Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp41 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anon5bbdabf90111::OProfileJITEventListener
114 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()
122 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()
125 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
147 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp43 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anon8be463510111::OProfileJITEventListener
140 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()
148 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()
151 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
174 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp49 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anonf3be9ae60111::IntelJITEventListener
188 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()
194 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()
198 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
223 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp50 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anon23e5523e0111::IntelJITEventListener
191 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()
197 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()
201 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
226 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()