Home
last modified time | relevance | path

Searched refs:LoadedObjectInfo (Results 1 – 21 of 21) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h61 class LoadedObjectInfo : public llvm::LoadedObjectInfo {
66 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() function
82 template <typename Derived> struct LoadedObjectInfoHelper : LoadedObjectInfo {
89 LoadedObjectInfo::ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfoHelper()
90 : LoadedObjectInfo(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedObjectInfoHelper()
91 std::unique_ptr<llvm::LoadedObjectInfo> clone() const override { in clone()
199 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
DJITEventListener.h75 const RuntimeDyld::LoadedObjectInfo &L) {} in NotifyObjectEmitted()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h158 class LoadedObjectInfo {
160 LoadedObjectInfo(const LoadedObjectInfo &) = default;
161 LoadedObjectInfo() = default;
164 virtual ~LoadedObjectInfo() = default;
193 virtual std::unique_ptr<LoadedObjectInfo> clone() const = 0;
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp52 const RuntimeDyld::LoadedObjectInfo &L) override;
80 const RuntimeDyld::LoadedObjectInfo &L) { in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp112 const RuntimeDyld::LoadedObjectInfo &L) override;
161 const RuntimeDyld::LoadedObjectInfo &L) { in NotifyObjectEmitted()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h51 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
135 typedef std::vector<std::unique_ptr<RuntimeDyld::LoadedObjectInfo>>
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp60 const RuntimeDyld::LoadedObjectInfo &L) override;
100 const RuntimeDyld::LoadedObjectInfo &L) { in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h31 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldCOFF.cpp58 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldImpl.h227 friend class RuntimeDyld::LoadedObjectInfo;
446 virtual std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldMachO.h128 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldELF.h162 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyld.cpp34 void RuntimeDyld::LoadedObjectInfo::anchor() {} in anchor()
858 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress()
920 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldMachO.cpp334 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldELF.cpp221 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp115 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
211 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = in generateCodeForModule()
618 const RuntimeDyld::LoadedObjectInfo &L) { in NotifyObjectEmitted()
DMCJIT.h331 const RuntimeDyld::LoadedObjectInfo &L);
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h275 const LoadedObjectInfo *L = nullptr);
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h280 typedef std::vector<std::unique_ptr<RuntimeDyld::LoadedObjectInfo>>
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp304 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr; in printLineInfoForInput()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp595 const LoadedObjectInfo *L) in DWARFContextInMemory()