reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ObjectYAML/WasmEmitter.cpp
   92   support::endian::write64le(Data, Value);
lib/Remarks/YAMLRemarkSerializer.cpp
  217   support::endian::write64le(Version.data(), remarks::CurrentRemarkVersion);
  228   support::endian::write64le(StrTabSizeBuf.data(), StrTabSize);
tools/lld/COFF/Chunks.cpp
   62 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); }
  749     write64le(buf, sym->getRVA() + config->imageBase);
  915     write64le(buf, value);
tools/lld/COFF/DLL.cpp
   69       write64le(buf, hintName->getRVA());
   91       write64le(buf, (1ULL << 63) | ordinal);
  450       write64le(buf, thunk->getRVA() + config->imageBase);
tools/lld/ELF/Arch/AArch64.cpp
  191   write64le(buf, in.plt->getVA());
  319     write64le(loc, val);
tools/lld/ELF/Arch/AMDGPU.cpp
   72     write64le(loc, val);
tools/lld/ELF/Arch/RISCV.cpp
  132     write64le(buf, mainPart->dynamic->getVA());
  139     write64le(buf, in.plt->getVA());
  248     write64le(loc, val);
  381     write64le(loc, read64le(loc) + val);
  396     write64le(loc, read64le(loc) - val);
  416     write64le(loc, val - dtpOffset);
tools/lld/ELF/Arch/X86_64.cpp
  137   write64le(buf, mainPart->dynamic->getVA());
  142   write64le(buf, s.getPltVA() + 6);
  304     write64le(loc, val);
  397     write64le(loc, val);
  606   write64le(buf, s.getPltVA() + 17);
tools/lld/ELF/SyntheticSections.cpp
 2747       write64le(buf, chunk.sec->outSecOff + cu.cuOffset);
 2748       write64le(buf + 8, cu.cuLength);
 2760       write64le(buf, baseAddr + e.lowAddress);
 2761       write64le(buf + 8, baseAddr + e.highAddress);
tools/lld/ELF/Writer.cpp
 2715       write64le(dest, xxHash64(arr));
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h
  107     write64le(loc, value);
tools/lldb/source/Utility/DataEncoder.cpp
  183       write64le(m_start + offset, value);