Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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.cpp429 case 8: OW->Write64(uint64_t(AF.getValue())); break; in WriteFragmentData()
454 case 8: OW->Write64(uint64_t(FF.getValue())); break; in WriteFragmentData()
DELFObjectWriter.h175 Write64(W); in WriteWord()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectWriter.h162 void Write64(uint64_t Value) { in Write64() function