Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMachObjectWriter.cpp164 Write64(0); // vmaddr in WriteSegmentLoadCommand()
165 Write64(VMSize); // vmsize in WriteSegmentLoadCommand()
166 Write64(SectionDataStartOffset); // file offset in WriteSegmentLoadCommand()
167 Write64(SectionDataSize); // file size in WriteSegmentLoadCommand()
206 Write64(getSectionAddress(&SD)); // address in WriteSection()
207 Write64(SectionSize); // size in WriteSection()
349 Write64(Address); in WriteNlist()
DMCAssembler.cpp428 case 8: OW->Write64(uint64_t(AF.getValue())); break; in WriteFragmentData()
452 case 8: OW->Write64(uint64_t(FF.getValue())); break; in WriteFragmentData()
DELFObjectWriter.cpp164 Write64(W); in WriteWord()
/external/llvm/include/llvm/MC/
DMCObjectWriter.h159 void Write64(uint64_t Value) { in Write64() function