Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp42 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anonaa1574be0111::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()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp131 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon421663ab0111::IntelJITEventListener
332 DebugObjects[Key] = std::move(DebugObjOwner); in notifyObjectLoaded()
351 if (DebugObjects.find(Key) == DebugObjects.end()) in notifyFreeingObject()
355 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject()
379 DebugObjects.erase(Key); in notifyFreeingObject()