Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp42 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon6843258e0111::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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp131 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon0044147b0111::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()