Home
last modified time | relevance | path

Searched refs:getBinaryFunctionContainingAddress (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp785 BinaryFunction *FromFunc = getBinaryFunctionContainingAddress(From); in doBranch()
786 BinaryFunction *ToFunc = getBinaryFunctionContainingAddress(To); in doBranch()
1438 getBinaryFunctionContainingAddress(TraceFrom); in parseBranchEvents()
1446 if (TraceBF && getBinaryFunctionContainingAddress(TraceTo)) { in parseBranchEvents()
1461 << (getBinaryFunctionContainingAddress(TraceTo) in parseBranchEvents()
1481 if (!getBinaryFunctionContainingAddress(From)) in parseBranchEvents()
1484 if (!getBinaryFunctionContainingAddress(To)) in parseBranchEvents()
1631 BinaryFunction *Func = getBinaryFunctionContainingAddress(PC); in processBasicEvents()
1696 BinaryFunction *Func = getBinaryFunctionContainingAddress(PC); in processMemEvents()
1737 getBinaryFunctionContainingAddress(AggrEntry->From.Offset)) in parsePreAggregatedLBRSamples()
[all …]
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1194 BF = BC->getBinaryFunctionContainingAddress(Address); in discoverFileObjects()
1225 BC->getBinaryFunctionContainingAddress(ISym->Address, true, true); in discoverFileObjects()
2064 BC->getBinaryFunctionContainingAddress(RefAddress); in processLKExTable()
2182 assert(BC->getBinaryFunctionContainingAddress(RefAddress) && in processLKBugTable()
2210 BC->getBinaryFunctionContainingAddress(RefAddress); in processLKSMPLocks()
2322 if (BinaryFunction *Func = BC->getBinaryFunctionContainingAddress( in readRelocations()
2392 BC->getBinaryFunctionContainingAddress(Rel.getOffset(), in readRelocations()
2466 BC->getBinaryFunctionContainingAddress(SymbolAddress)) { in readRelocations()
3492 BC->getBinaryFunctionContainingAddress(OriginalAddress); in updateSDTMarkers()
4634 ? BC->getBinaryFunctionContainingAddress(Symbol.st_value, in updateELFSymbolTable()
[all …]
H A DDWARFRewriter.cpp463 ? BC.getBinaryFunctionContainingAddress( in updateUnitDebugInfo()
487 BC.getBinaryFunctionContainingAddress(*Address); in updateUnitDebugInfo()
603 BC.getBinaryFunctionContainingAddress(Address)) { in updateUnitDebugInfo()
680 BC.getBinaryFunctionContainingAddress(Address)) { in updateUnitDebugInfo()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h246 BinaryFunction *getBinaryFunctionContainingAddress(uint64_t Address) const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp578 BinaryFunction *TargetBF = getBinaryFunctionContainingAddress(Value); in analyzeJumpTable()
1156 BinaryFunction *TargetFunction = getBinaryFunctionContainingAddress(Address); in handleAArch64Veneer()
1243 getBinaryFunctionContainingAddress(Address); in processInterproceduralReferences()
1285 TargetFunction = getBinaryFunctionContainingAddress(Address, in processInterproceduralReferences()
2277 BinaryFunction *BinaryContext::getBinaryFunctionContainingAddress( in getBinaryFunctionContainingAddress() function in llvm::bolt::BinaryContext
H A DExceptions.cpp185 BC.getBinaryFunctionContainingAddress(LPAddress); in parseLSDA()
H A DBinaryFunction.cpp1258 BC.getBinaryFunctionContainingAddress(TargetAddress)) in disassemble()
1491 BC.getBinaryFunctionContainingAddress(TargetAddress); in scanExternalRefs()
1667 BC.getBinaryFunctionContainingAddress(EntryAddress); in postProcessJumpTables()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h355 BinaryFunction *getBinaryFunctionContainingAddress(uint64_t Address,