HomeSort by relevance Sort by last modified time
    Searched refs:Write32 (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 124 Write32(is64Bit() ? macho::HM_Object64 : macho::HM_Object32);
126 Write32(TargetObjectWriter->getCPUType());
127 Write32(TargetObjectWriter->getCPUSubtype());
129 Write32(macho::HFT_Object);
130 Write32(NumLoadCommands);
131 Write32(LoadCommandsSize);
132 Write32(Flags);
134 Write32(0); // reserved
157 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment);
158 Write32(SegmentLoadCommandSize
    [all...]
ELFObjectWriter.h 177 Write32(W);
246 virtual void WriteEFlags() { Write32(0); }
ELFObjectWriter.cpp 108 Write32(ELF::EV_CURRENT); // e_version
732 Write32(Name); // sh_name: index into string table
733 Write32(Type); // sh_type
738 Write32(Link); // sh_link
739 Write32(Info); // sh_info
    [all...]
MCAssembler.cpp 428 case 4: OW->Write32(uint32_t(AF.getValue())); break;
453 case 4: OW->Write32(uint32_t(FF.getValue())); break;
  /art/compiler/utils/
test_dex_file_builder.h 172 Write32(string_ids_offset + entry.second.idx * sizeof(DexFile::StringId), raw_offset);
176 Write32(type_ids_offset + entry.second * sizeof(DexFile::TypeId), GetStringIdx(entry.first));
185 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty));
187 Write32(raw_offset + 8u, type_list_offset);
190 Write32(type_list_offset, num_args);
202 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
211 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
365 void Write32(size_t offset, uint32_t value) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 155 void Write32(uint32_t Value) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 100 OW->Write32(0x00000000);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 157 OW->Write32(nopEncoding);

Completed in 1073 milliseconds