Home
last modified time | relevance | path

Searched refs:getOutputAddressRanges (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2265 DebugAddressRangesVector getOutputAddressRanges() const;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp444 FunctionRanges = Function->getOutputAddressRanges(); in updateUnitDebugInfo()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2325 Function.getOutputAddressRanges(); in translateModuleAddressRanges()
H A DBinaryFunction.cpp4125 DebugAddressRangesVector BinaryFunction::getOutputAddressRanges() const { in getOutputAddressRanges() function in llvm::bolt::BinaryFunction