Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp36 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anonb8c881260111::LoadedCOFFObjectInfo
DRuntimeDyldMachO.cpp37 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon053630b00111::LoadedMachOObjectInfo
DRuntimeDyldELF.cpp106 getObjectForDebug(const ObjectFile &Obj) const override;
178 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug() function in __anon33a8fb9f0111::LoadedELFObjectInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp39 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anonbdeab4080111::LoadedCOFFObjectInfo
DRuntimeDyldMachO.cpp37 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anonae9ebfd20111::LoadedMachOObjectInfo
DRuntimeDyldELF.cpp143 getObjectForDebug(const ObjectFile &Obj) const override;
215 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug() function in __anonedff5a410111::LoadedELFObjectInfo
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp85 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp87 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp153 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h80 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-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp102 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp237 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp323 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput()