Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp194 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in emit()
196 return onObjLoad(*SharedR, Obj, MemMgrRef, LoadedObjInfo, in emit()
201 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit()
204 std::move(LoadedObjInfo), std::move(Deps), std::move(Err)); in emit()
225 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in onObjLoad() argument
350 NotifyLoaded(R, Obj, LoadedObjInfo); in onObjLoad()
359 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in onObjEmit() argument
387 *LoadedObjInfo); in onObjEmit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h132 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo,
139 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1368 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject() local
1370 return LoadedObjInfo; in loadObject()