Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp40 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon774e7cd40111::LoadedCOFFObjectInfo
DRuntimeDyldMachO.cpp37 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon947ba21e0111::LoadedMachOObjectInfo
DRuntimeDyldELF.cpp136 getObjectForDebug(const ObjectFile &Obj) const override;
208 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug() function in __anon1a67398d0111::LoadedELFObjectInfo
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp87 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp169 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h79 getObjectForDebug(const object::ObjectFile &Obj) const = 0;
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp236 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp231 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/openbsd/src/gnu/llvm/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp458 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput()