reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4210 Vals[Pos / 4] = support::endian::read32be(Hash.data() + Pos);
lib/Object/Archive.cpp808 Offset = read32be(Offsets + SymbolIndex * 4); 905 symbol_count = read32be(buf); 963 return read32be(buf);lib/Object/XCOFFObjectFile.cpp
605 uint32_t Size = support::endian::read32be(Obj->base() + Offset);
lib/Support/ARMAttributeParser.cpp 705 support::endian::read32be(Section.data() + Offset);
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp 337 : support::endian::read32be(Bytes.data());
tools/lld/ELF/Arch/SPARCV9.cpp95 write32be(loc, (read32be(loc) & ~0x3fffffff) | ((val >> 2) & 0x3fffffff)); 100 write32be(loc, (read32be(loc) & ~0x003fffff) | (val & 0x003fffff)); 105 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); 110 write32be(loc, (read32be(loc) & ~0x0007ffff) | ((val >> 2) & 0x0007ffff)); 115 write32be(loc, (read32be(loc) & ~0x000003ff) | (val & 0x000003ff));tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h
80 return isBig ? read32be(loc) : read32le(loc);
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp71 info.Guid.Data1 = read32be(sig); 81 info.Age = read32be(&pdb_info->PDB70.Age);