Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h274 class LoadedObjectInfo {
276 LoadedObjectInfo() = default;
277 LoadedObjectInfo(const LoadedObjectInfo &) = default;
280 virtual ~LoadedObjectInfo() = default;
313 virtual std::unique_ptr<LoadedObjectInfo> clone() const = 0;
316 template <typename Derived, typename Base = LoadedObjectInfo>
326 std::unique_ptr<llvm::LoadedObjectInfo> clone() const override { in clone()
/freebsd/contrib/llvm-project/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;
471 virtual std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
557 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>,
561 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()
1219 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in finalizeAsync() argument
1222 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info) { in finalizeAsync()
1272 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress()
1345 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
1449 RuntimeDyld::LoadedObjectInfo &LoadedObj, in jitLinkForORC()
1453 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in jitLinkForORC() argument
H A DRuntimeDyldMachO.cpp30 RuntimeDyld::LoadedObjectInfo> {
369 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldMachO.h129 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldELF.h219 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
H A DRuntimeDyldELF.cpp131 RuntimeDyld::LoadedObjectInfo> {
247 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h45 const RuntimeDyld::LoadedObjectInfo &)>;
132 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo,
139 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp194 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in emit()
201 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit()
225 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in onObjLoad()
359 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in onObjEmit()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp53 const RuntimeDyld::LoadedObjectInfo &L) override;
82 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp122 const RuntimeDyld::LoadedObjectInfo &L) override;
167 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp68 const RuntimeDyld::LoadedObjectInfo &L) override;
231 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h441 const LoadedObjectInfo *L = nullptr, std::string DWPName = "",
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1913 const LoadedObjectInfo *L, in getSymbolInfo()
2131 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory()
2443 const LoadedObjectInfo *L, std::string DWPName, in create()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp444 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr; in printLineInfoForInput()