Home
last modified time | relevance | path

Searched refs:StartOffset2FuncRangeMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h227 std::map<uint64_t, FuncRange> StartOffset2FuncRangeMap; variable
439 auto I = StartOffset2FuncRangeMap.find(Offset); in findFuncRangeForStartOffset()
440 if (I == StartOffset2FuncRangeMap.end()) in findFuncRangeForStartOffset()
447 auto I = StartOffset2FuncRangeMap.upper_bound(Offset); in findFuncRangeForOffset()
448 if (I == StartOffset2FuncRangeMap.begin()) in findFuncRangeForOffset()
H A DProfiledBinary.cpp227 ProEpilogTracker.inferPrologOffsets(StartOffset2FuncRangeMap); in load()
701 auto R = StartOffset2FuncRangeMap.emplace(StartOffset, FuncRange()); in loadSymbolsFromDWARFUnit()
752 for (auto &I : StartOffset2FuncRangeMap) in populateSymbolListFromDWARF()