Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp452 TrackedEHFrameRanges[Key] = EHFrameRange; in notifyEmitted()
460 auto EHFrameRangeItr = TrackedEHFrameRanges.find(K); in notifyRemovingModule()
461 if (EHFrameRangeItr == TrackedEHFrameRanges.end()) in notifyRemovingModule()
467 TrackedEHFrameRanges.erase(EHFrameRangeItr); in notifyRemovingModule()
476 EHFrameRanges.reserve(EHFrameRanges.size() + TrackedEHFrameRanges.size()); in notifyRemovingAllModules()
478 for (auto &KV : TrackedEHFrameRanges) in notifyRemovingAllModules()
481 TrackedEHFrameRanges.clear(); in notifyRemovingAllModules()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h175 DenseMap<VModuleKey, EHFrameRange> TrackedEHFrameRanges; variable