Searched refs:loadObjectImpl (Results 1 – 5 of 5) sorted by relevance
58 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O); in loadObject()
306 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O); in loadObject()
374 std::pair<unsigned, unsigned> loadObjectImpl(const object::ObjectFile &Obj);
142 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl() function in llvm::RuntimeDyldImpl
218 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O); in loadObject()