Searched refs:StartOffset2FuncRangeMap (Results 1 – 2 of 2) sorted by relevance
227 std::map<uint64_t, FuncRange> StartOffset2FuncRangeMap; variable439 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()
227 ProEpilogTracker.inferPrologOffsets(StartOffset2FuncRangeMap); in load()701 auto R = StartOffset2FuncRangeMap.emplace(StartOffset, FuncRange()); in loadSymbolsFromDWARFUnit()752 for (auto &I : StartOffset2FuncRangeMap) in populateSymbolListFromDWARF()