Home
last modified time | relevance | path

Searched refs:write64le (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86_64.cpp382 write64le(buf, mainPart->dynamic->getVA()); in writeGotPltHeader()
387 write64le(buf, s.getPltVA() + 6); in writeGotPlt()
393 write64le(buf, s.getVA()); in writeIgotPlt()
558 write64le(loc, val); in relaxTlsLdToLe()
792 write64le(loc, val); in relocate()
796 write64le(loc + 8, val); in relocate()
998 write64le(buf, va); in writeGotPlt()
1067 write64le(buf, s.getPltVA() + 17); in writeGotPlt()
H A DRISCV.cpp177 write64le(buf, mainPart->dynamic->getVA()); in writeGotHeader()
184 write64le(buf, in.plt->getVA()); in writeGotPlt()
192 write64le(buf, s.getVA()); in writeIgotPlt()
307 write64le(loc, val); in relocate()
438 write64le(loc, read64le(loc) + val); in relocate()
453 write64le(loc, read64le(loc) - val); in relocate()
473 write64le(loc, val - dtpOffset); in relocate()
H A DAMDGPU.cpp140 write64le(loc, val); in relocate()
/llvm-project-15.0.7/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp215 support::endian::write64le(Version.data(), remarks::CurrentRemarkVersion); in emitVersion()
226 support::endian::write64le(StrTabSizeBuf.data(), StrTabSize); in emitStrTab()
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64Common.cpp48 write64le(loc, value); in writeValue()
H A DX86_64.cpp107 write64le(loc, value); in relocateOne()
/llvm-project-15.0.7/lld/MachO/
H A DRelocations.h118 llvm::support::endian::write64le(loc, addr); in writeAddress()
H A DSyntheticSections.cpp335 write64le(&buf[i * target->wordSize], defined->getVA()); in writeTo()
741 write64le(buf + off, in.stubHelper->addr + stubHelperOffset); in writeTo()
744 write64le(buf + off, sym->getVA()); in writeTo()
/llvm-project-15.0.7/lld/COFF/
H A DDLL.cpp72 write64le(buf, hintName->getRVA()); in writeTo()
94 write64le(buf, (1ULL << 63) | ordinal); in writeTo()
459 write64le(buf, thunk->getRVA() + config->imageBase); in writeTo()
H A DChunks.cpp69 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); } in add64()
808 write64le(buf, sym->getRVA() + config->imageBase); in writeTo()
993 write64le(buf, value); in writeTo()
/llvm-project-15.0.7/lldb/source/Utility/
H A DDataEncoder.cpp87 write64le(m_data_sp->GetBytes() + offset, value); in PutU64()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h343 write64le(Target, Value + RE.Addend); in resolveRelocation()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1722 write64le(Buffer, CUInfo.second.Offset); in updateGdbIndexSection()
1724 write64le(Buffer + 8, CUInfo.second.Length + 4); in updateGdbIndexSection()
1744 write64le(Buffer, Range.LowPC); in updateGdbIndexSection()
1745 write64le(Buffer + 8, Range.HighPC); in updateGdbIndexSection()
/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.cpp161 write64le(loc, value); in relocate()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DEndian.h417 inline void write64le(void *P, uint64_t V) { write64<little>(P, V); } in write64le() function
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp54 using llvm::support::endian::write64le;
2961 write64le(buf, chunk.sec->outSecOff + cu.cuOffset); in writeTo()
2962 write64le(buf + 8, cu.cuLength); in writeTo()
2975 write64le(buf, baseAddr + e.lowAddress); in writeTo()
2976 write64le(buf + 8, baseAddr + e.highAddress); in writeTo()
H A DWriter.cpp2976 write64le(dest, xxHash64(arr)); in writeBuildId()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp93 support::endian::write64le(Data, Value); in writeUint64()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp191 support::endian::write64le(Buffer, Value); in patchI64()
324 support::endian::write64le(Buffer, val); in writeI64()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp112 support::endian::write64le(Data, I); in computeLTOCacheKey()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp610 support::endian::write64le(Data, Num); in computeCFGHash()