Home
last modified time | relevance | path

Searched refs:getObjectForDebug (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp36 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon5a6ee07a0111::LoadedCOFFObjectInfo
DRuntimeDyldMachO.cpp37 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anondba87a840111::LoadedMachOObjectInfo
DRuntimeDyldELF.cpp106 getObjectForDebug(const ObjectFile &Obj) const override;
178 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug() function in __anon5796c0730111::LoadedELFObjectInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp39 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon479043b20111::LoadedCOFFObjectInfo
DRuntimeDyldMachO.cpp38 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon6cf644bc0111::LoadedMachOObjectInfo
DRuntimeDyldELF.cpp144 getObjectForDebug(const ObjectFile &Obj) const override;
212 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug() function in __anon37fc9cab0111::LoadedELFObjectInfo
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp85 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h79 getObjectForDebug(const object::ObjectFile &Obj) const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp88 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp154 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Object); in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp163 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Object); in NotifyObjectEmitted()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h85 getObjectForDebug(const object::ObjectFile &Obj) const = 0;
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp102 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp103 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp236 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp329 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp323 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput()