Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp39 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon8e8f11dd0111::LoadedCOFFObjectInfo
H A DRuntimeDyldMachO.cpp38 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon93ced8470111::LoadedMachOObjectInfo
H A DRuntimeDyldELF.cpp144 getObjectForDebug(const ObjectFile &Obj) const override;
212 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug() function in __anon7ff4d1760111::LoadedELFObjectInfo
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp88 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h79 getObjectForDebug(const object::ObjectFile &Obj) const = 0;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp154 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp103 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp237 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded()
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp334 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput()