Searched refs:SectionStartIdx (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.cpp | 57 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()
|
D | RuntimeDyldMachO.cpp | 305 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()
|
D | RuntimeDyldELF.cpp | 217 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()
|