Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h69 class LoadedObjectInfo : public llvm::LoadedObjectInfo {
75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() function
186 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
278 unique_function<Error(const object::ObjectFile &Obj, LoadedObjectInfo &,
282 std::unique_ptr<LoadedObjectInfo>, Error)>
305 RuntimeDyld::LoadedObjectInfo &,
309 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)>
H A DJITEventListener.h58 const RuntimeDyld::LoadedObjectInfo &L) {} in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h264 class LoadedObjectInfo {
266 LoadedObjectInfo() = default;
267 LoadedObjectInfo(const LoadedObjectInfo &) = default;
270 virtual ~LoadedObjectInfo() = default;
303 virtual std::unique_ptr<LoadedObjectInfo> clone() const = 0;
306 template <typename Derived, typename Base = LoadedObjectInfo>
316 std::unique_ptr<llvm::LoadedObjectInfo> clone() const override { in clone()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp32 RuntimeDyld::LoadedObjectInfo> {
36 RuntimeDyld::LoadedObjectInfo::ObjSectionToIDMap ObjSecToIDMap) in LoadedCOFFObjectInfo()
65 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldImpl.h239 friend class RuntimeDyld::LoadedObjectInfo;
461 virtual std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
547 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>,
551 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info);
H A DRuntimeDyld.cpp72 void RuntimeDyld::LoadedObjectInfo::anchor() {} in anchor()
1201 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in finalizeAsync() argument
1204 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info) { in finalizeAsync()
1254 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress()
1319 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
1423 RuntimeDyld::LoadedObjectInfo &LoadedObj, in jitLinkForORC()
1427 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in jitLinkForORC() argument
H A DRuntimeDyldCOFF.h29 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldMachO.cpp30 RuntimeDyld::LoadedObjectInfo> {
369 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldMachO.h129 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldELF.h173 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldELF.cpp130 RuntimeDyld::LoadedObjectInfo> {
247 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h47 const RuntimeDyld::LoadedObjectInfo &)>;
134 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo,
141 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp158 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in emit()
165 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit()
189 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in onObjLoad()
279 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, Error Err) { in onObjEmit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp53 const RuntimeDyld::LoadedObjectInfo &L) override;
82 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp109 const RuntimeDyld::LoadedObjectInfo &L) override;
158 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp74 const RuntimeDyld::LoadedObjectInfo &L) { in fillSectionInformation()
143 const RuntimeDyld::LoadedObjectInfo &L) override;
194 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp69 const RuntimeDyld::LoadedObjectInfo &L) override;
232 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp119 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
224 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = in generateCodeForModule()
657 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
H A DMCJIT.h333 const RuntimeDyld::LoadedObjectInfo &L);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h386 create(const object::ObjectFile &Obj, const LoadedObjectInfo *L = nullptr,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1436 const LoadedObjectInfo *L, in getSymbolInfo()
1654 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory()
1968 DWARFContext::create(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in create()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp395 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr; in printLineInfoForInput()