Searched refs:SectionStartIdx (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp57 unsigned SectionStartIdx, SectionEndIdx; local
58 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O);
59 return llvm::make_unique<LoadedCOFFObjectInfo>(*this, SectionStartIdx,
H A DRuntimeDyldMachO.cpp305 unsigned SectionStartIdx, SectionEndIdx; local
306 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O);
307 return llvm::make_unique<LoadedMachOObjectInfo>(*this, SectionStartIdx,
H A DRuntimeDyldELF.cpp217 unsigned SectionStartIdx, SectionEndIdx; local
218 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O);
219 return llvm::make_unique<LoadedELFObjectInfo>(*this, SectionStartIdx,

Completed in 113 milliseconds