Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h69 class LoadedObjectInfo : public llvm::LoadedObjectInfo {
75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() function
199 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
291 unique_function<Error(const object::ObjectFile &Obj, LoadedObjectInfo &,
295 std::unique_ptr<LoadedObjectInfo>, Error)>
318 RuntimeDyld::LoadedObjectInfo &,
322 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)>
H A DJITEventListener.h57 const RuntimeDyld::LoadedObjectInfo &L) {} in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h267 class LoadedObjectInfo {
269 LoadedObjectInfo() = default;
270 LoadedObjectInfo(const LoadedObjectInfo &) = default;
273 virtual ~LoadedObjectInfo() = default;
306 virtual std::unique_ptr<LoadedObjectInfo> clone() const = 0;
309 template <typename Derived, typename Base = LoadedObjectInfo>
319 std::unique_ptr<llvm::LoadedObjectInfo> clone() const override { in clone()
/openbsd-src/gnu/llvm/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;
465 virtual std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
551 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>,
555 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info);
H A DRuntimeDyldCOFF.h29 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyld.cpp70 void RuntimeDyld::LoadedObjectInfo::anchor() {} in anchor()
1220 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in finalizeAsync() argument
1223 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info) { in finalizeAsync()
1273 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress()
1346 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
1450 RuntimeDyld::LoadedObjectInfo &LoadedObj, in jitLinkForORC()
1454 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in jitLinkForORC() argument
H A DRuntimeDyldMachO.h129 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldMachO.cpp30 RuntimeDyld::LoadedObjectInfo> {
369 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldELF.h219 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldELF.cpp130 RuntimeDyld::LoadedObjectInfo> {
247 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h46 const RuntimeDyld::LoadedObjectInfo &)>;
133 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo,
140 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp53 const RuntimeDyld::LoadedObjectInfo &L) override;
82 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp193 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in emit()
200 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit()
224 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in onObjLoad()
358 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, Error Err) { in onObjEmit()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp122 const RuntimeDyld::LoadedObjectInfo &L) override;
167 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp75 const RuntimeDyld::LoadedObjectInfo &L) { in fillSectionInformation()
144 const RuntimeDyld::LoadedObjectInfo &L) override;
195 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp68 const RuntimeDyld::LoadedObjectInfo &L) override;
231 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp120 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.h326 const RuntimeDyld::LoadedObjectInfo &L);
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h422 const LoadedObjectInfo *L = nullptr, std::string DWPName = "",
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1535 const LoadedObjectInfo *L, in getSymbolInfo()
1753 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory()
2069 const LoadedObjectInfo *L, std::string DWPName, in create()
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp444 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr; in printLineInfoForInput()