Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp58 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O); in loadObject()
DRuntimeDyldMachO.cpp306 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O); in loadObject()
DRuntimeDyldImpl.h374 std::pair<unsigned, unsigned> loadObjectImpl(const object::ObjectFile &Obj);
DRuntimeDyld.cpp142 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl() function in llvm::RuntimeDyldImpl
DRuntimeDyldELF.cpp218 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O); in loadObject()