Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp218 support::endian::write64le(Version.data(), remarks::CurrentRemarkVersion); in emitVersion()
229 support::endian::write64le(StrTabSizeBuf.data(), StrTabSize); in emitStrTab()
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h246 #define write64le(buf, num) write64ne((buf), conv64le(num)) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h343 write64le(Target, Value + RE.Addend); in resolveRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h417 inline void write64le(void *P, uint64_t V) { write64<little>(P, V); } in write64le() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp93 support::endian::write64le(Data, Value); in writeUint64()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp172 support::endian::write64le(Buffer, X); in patchI64()
303 support::endian::write64le(Buffer, val); in writeI64()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp110 support::endian::write64le(Data, I); in computeLTOCacheKey()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp685 support::endian::write64le(Data, Num); in computeCFGHash()