Searched refs:getOneName (Results 1 – 11 of 11) sorted by relevance
60 StringRef FunctionName = BF.getOneName(); in dumpJumpTableFdata()75 StringRef FunctionName = BF.getOneName(); in dumpTailCallFdata()97 StringRef CalleeName = CalleeFunc->getOneName(); in dumpTargetFunctionStub()181 StringRef FunctionName = BF.getOneName(); in dumpFunction()
434 *FuncsFile << Func->getOneName().str() << '\n'; in runOnFunctions()
93 Summary->StringTable.append(getEscapedName(Function.getOneName())); in getFunctionNameIndex()
460 "JUMP_TABLE/" + Function.getOneName().str())) in maybeGetHotJumpTableTargets()
199 std::make_pair(BF.getOneName(), BB->getOffset())); in getDynoStats()215 std::make_pair(BF.getOneName(), BB->getOffset())); in getDynoStats()
881 return ("JUMP_TABLE/" + BF.getOneName().str() + "." + std::to_string(Id) + in generateJumpTableName()1329 const StringRef ChildName = ChildBF.getOneName(); in foldFunction()
265 StringRef MangledName = NameResolver::restore(getOneName()); in getDemangledName()3383 EntryPointAddress, Twine("__ENTRY_") + getOneName() + "@"); in addEntryPointAtOffset()
666 return Func.getOneName(); in getLocationName()686 return OrigFunc->getOneName(); in getLocationName()691 auto I = NamesToSamples.find(Func.getOneName()); in doSample()696 std::make_pair(Func.getOneName(), in doSample()713 AggrData = &NamesToBranches[Func.getOneName()]; in doIntraBranch()749 FromAggrData = &NamesToBranches[FromFunc->getOneName()]; in doInterBranch()763 ToAggrData = &NamesToBranches[ToFunc->getOneName()]; in doInterBranch()1705 FuncName = Func->getOneName(); in processMemEvents()
411 (Twine("Cannot find section for function ") + Function->getOneName()) in mapCodeSections()446 BC->registerNameAtAddress(Function->getOneName(), Addr, 0, 0); in mapCodeSections()
1269 setPLTSymbol(BF, BF->getOneName()); in createPLTBinaryFunction()4740 NewSymbol.st_name = AddToStrTab(Function->getOneName()); in updateELFSymbolTable()
961 ? getOneName().str() in getPrintName()962 : (getOneName().str() + "(*" + std::to_string(NumNames) + ")"); in getPrintName()970 StringRef getOneName() const { return Symbols[0]->getName(); } in getOneName() function