Searched defs:LoadedObjInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp194 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, local
201 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, local
381 *LoadedObjInfo); local
222 onObjLoad( MaterializationResponsibility &R, const object::ObjectFile &Obj, RuntimeDyld::MemoryManager &MemMgr, RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, std::map<StringRef, JITEvaluatedSymbol> Resolved, std::set<StringRef> &InternalSymbols) argument
355 onObjEmit( MaterializationResponsibility &R, object::OwningBinary<object::ObjectFile> O, std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, Error Err) argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp444 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr; local
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1369 auto LoadedObjInfo = Dyld->loadObject(Obj); local

Completed in 144 milliseconds