Home
last modified time | relevance | path

Searched refs:DebugObjOwner (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp85 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted() local
86 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted()
114 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp88 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted() local
89 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted()
140 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp102 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted() local
103 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted()
188 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp103 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted() local
104 const ObjectFile *DebugObj = DebugObjOwner.getBinary(); in NotifyObjectEmitted()
191 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp236 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted() local
237 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted()