Home
last modified time | relevance | path

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

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