Skip to content

Commit

Permalink
Functions not filed into correct Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed May 27, 2016
1 parent dcc529b commit 06c649f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symtabAPI/src/dwarfWalker.C
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,11 @@ void DwarfWalker::createInlineFunc() {

void DwarfParseActions::addMangledFuncName(std::string name)
{
curFunc()->addMangledName(name, true);
curFunc()->addMangledName(name, true, true);
}
void DwarfParseActions::addPrettyFuncName(std::string name)
{
curFunc()->addPrettyName(name, true);
curFunc()->addPrettyName(name, true, true);
}

bool DwarfWalker::parseSubprogram(DwarfWalker::inline_t func_type) {
Expand Down

0 comments on commit 06c649f

Please sign in to comment.