Home
last modified time | relevance | path

Searched refs:loadObjectImpl (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp61 if (auto ObjSectionToIDOrErr = loadObjectImpl(O)) { in loadObject()
DRuntimeDyldImpl.h414 Expected<ObjSectionToIDMap> loadObjectImpl(const object::ObjectFile &Obj);
DRuntimeDyldMachO.cpp364 if (auto ObjSectionToIDOrErr = loadObjectImpl(O)) in loadObject()
DRuntimeDyld.cpp174 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl() function in llvm::RuntimeDyldImpl
DRuntimeDyldELF.cpp216 if (auto ObjSectionToIDOrErr = loadObjectImpl(O)) in loadObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp64 if (auto ObjSectionToIDOrErr = loadObjectImpl(O)) { in loadObject()
DRuntimeDyldMachO.cpp367 if (auto ObjSectionToIDOrErr = loadObjectImpl(O)) in loadObject()
DRuntimeDyldImpl.h454 Expected<ObjSectionToIDMap> loadObjectImpl(const object::ObjectFile &Obj);
DRuntimeDyld.cpp174 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl() function in llvm::RuntimeDyldImpl
DRuntimeDyldELF.cpp253 if (auto ObjSectionToIDOrErr = loadObjectImpl(O)) in loadObject()