Home
last modified time | relevance | path

Searched refs:LoadedObjInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp158 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in emit()
160 return onObjLoad(*SharedR, Obj, MemMgrRef, LoadedObjInfo, in emit()
165 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit()
168 std::move(LoadedObjInfo), std::move(Err)); in emit()
189 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in onObjLoad() argument
270 NotifyLoaded(R, Obj, LoadedObjInfo); in onObjLoad()
279 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, Error Err) { in onObjEmit() argument
301 *LoadedObjInfo); in onObjEmit()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h133 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo,
140 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp444 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr; in printLineInfoForInput() local
448 LoadedObjInfo = in printLineInfoForInput()
458 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput()
460 LoadedObjInfo.reset(); in printLineInfoForInput()
466 LoadedObjInfo.get()); in printLineInfoForInput()
512 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1373 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject() local
1375 return LoadedObjInfo; in loadObject()