Home
last modified time | relevance | path

Searched refs:SectionEndIdx (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()
60 SectionEndIdx); in loadObject()
DRuntimeDyldMachO.cpp305 unsigned SectionStartIdx, SectionEndIdx; in loadObject() local
306 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O); in loadObject()
308 SectionEndIdx); in loadObject()
DRuntimeDyldELF.cpp217 unsigned SectionStartIdx, SectionEndIdx; in loadObject() local
218 std::tie(SectionStartIdx, SectionEndIdx) = loadObjectImpl(O); in loadObject()
220 SectionEndIdx); in loadObject()