Home
last modified time | relevance | path

Searched refs:SectionDataStartOffset (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp146 uint64_t SectionDataStartOffset, in WriteSegmentLoadCommand() argument
166 Write64(SectionDataStartOffset); // file offset in WriteSegmentLoadCommand()
171 Write32(SectionDataStartOffset); // file offset in WriteSegmentLoadCommand()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCMachObjectWriter.h160 uint64_t SectionDataStartOffset,
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h171 uint64_t SectionDataStartOffset,
/external/llvm/lib/MC/
DMachObjectWriter.cpp157 uint64_t SectionDataStartOffset, uint64_t SectionDataSize, uint32_t MaxProt, in writeSegmentLoadCommand() argument
178 write64(SectionDataStartOffset); // file offset in writeSegmentLoadCommand()
183 write32(SectionDataStartOffset); // file offset in writeSegmentLoadCommand()