Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp159 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit()
166 Error Err) mutable { in emit()
189 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in onObjLoad()
279 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, Error Err) { in onObjEmit()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp395 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr; in printLineInfoForInput() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1342 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject() local