Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp34 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anon5a6ee07a0111::LoadedCOFFObjectInfo
DRuntimeDyldMachO.cpp36 getObjectForDebug(const ObjectFile &Obj) const override { in getObjectForDebug() function in __anondba87a840111::LoadedMachOObjectInfo
DRuntimeDyldELF.cpp114 getObjectForDebug(const ObjectFile &Obj) const override;
179 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug() function in __anon5796c0730111::LoadedELFObjectInfo
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp84 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h67 getObjectForDebug(const object::ObjectFile &Obj) const = 0;
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp163 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Object); in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp100 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in NotifyObjectEmitted()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp227 OwningBinary<ObjectFile> DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput()