Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp193 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in emit()
195 return onObjLoad(*SharedR, Obj, MemMgrRef, LoadedObjInfo, in emit()
200 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit()
203 std::move(LoadedObjInfo), std::move(Err)); in emit()
224 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in onObjLoad() argument
349 NotifyLoaded(R, Obj, LoadedObjInfo); in onObjLoad()
358 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, Error Err) { in onObjEmit() argument
380 *LoadedObjInfo); in onObjEmit()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h133 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo,
140 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1369 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject() local
1371 return LoadedObjInfo; in loadObject()