Home
last modified time | relevance | path

Searched refs:WriteWord (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp157 void WriteWord(uint64_t W) { in WriteWord() function in __anon4ed704dc0111::ELFObjectWriter
332 WriteWord(0); // e_entry, no entry point in .o file in writeHeader()
333 WriteWord(0); // e_phoff, no program header for .o in writeHeader()
334 WriteWord(0); // e_shoff = sec hdr table off in bytes in writeHeader()
1072 WriteWord(Flags); // sh_flags in WriteSecHdrEntry()
1073 WriteWord(Address); // sh_addr in WriteSecHdrEntry()
1074 WriteWord(Offset); // sh_offset in WriteSecHdrEntry()
1075 WriteWord(Size); // sh_size in WriteSecHdrEntry()
1078 WriteWord(Alignment); // sh_addralign in WriteSecHdrEntry()
1079 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp171 void WriteWord(uint64_t Word) { in WriteWord() function
439 WriteWord(0); // e_entry, no entry point in .o file in writeHeader()
440 WriteWord(0); // e_phoff, no program header for .o in writeHeader()
441 WriteWord(0); // e_shoff = sec hdr table off in bytes in writeHeader()
905 WriteWord(Flags); // sh_flags in WriteSecHdrEntry()
906 WriteWord(Address); // sh_addr in WriteSecHdrEntry()
907 WriteWord(Offset); // sh_offset in WriteSecHdrEntry()
908 WriteWord(Size); // sh_size in WriteSecHdrEntry()
911 WriteWord(Alignment); // sh_addralign in WriteSecHdrEntry()
912 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/external/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp171 void WriteWord(uint64_t Word) { in WriteWord() function
439 WriteWord(0); // e_entry, no entry point in .o file in writeHeader()
440 WriteWord(0); // e_phoff, no program header for .o in writeHeader()
441 WriteWord(0); // e_shoff = sec hdr table off in bytes in writeHeader()
905 WriteWord(Flags); // sh_flags in WriteSecHdrEntry()
906 WriteWord(Address); // sh_addr in WriteSecHdrEntry()
907 WriteWord(Offset); // sh_offset in WriteSecHdrEntry()
908 WriteWord(Size); // sh_size in WriteSecHdrEntry()
911 WriteWord(Alignment); // sh_addralign in WriteSecHdrEntry()
912 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h70 void WriteWord(unsigned Value) { in WriteWord() function
125 WriteWord(CurValue); in Emit()
145 WriteWord(CurValue); in FlushToWord()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h69 void WriteWord(unsigned Value) { in WriteWord() function
129 WriteWord(CurValue); in Emit()
140 WriteWord(CurValue); in FlushToWord()
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamWriter.h81 void WriteWord(unsigned Value) { in WriteWord() function
212 WriteWord(CurValue); in Emit()
223 WriteWord(CurValue); in FlushToWord()
/external/autotest/client/common_lib/
Di2c_node.py180 if self.lib_obj.WriteWord(self.fd, reg, ctypes.c_uint16(word)) < 0: