Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp42 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon9b09e4a50111::OProfileJITEventListener
139 DebugObjects[Key] = std::move(DebugObjOwner); in notifyObjectLoaded()
147 if (DebugObjects.find(Key) == DebugObjects.end()) in notifyFreeingObject()
150 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject()
173 DebugObjects.erase(Key); in notifyFreeingObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp49 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon330ad3920111::IntelJITEventListener
202 DebugObjects[Key] = std::move(DebugObjOwner); in notifyObjectLoaded()
208 if (DebugObjects.find(Key) == DebugObjects.end()) in notifyFreeingObject()
212 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject()
237 DebugObjects.erase(Key); in notifyFreeingObject()