Searched refs:write64le (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 218 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 D | tuklib_integer.h | 246 #define write64le(buf, num) write64ne((buf), conv64le(num)) macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFAArch64.h | 343 write64le(Target, Value + RE.Addend); in resolveRelocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Endian.h | 417 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 D | WasmEmitter.cpp | 93 support::endian::write64le(Data, Value); in writeUint64()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 172 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 D | LTO.cpp | 110 support::endian::write64le(Data, I); in computeLTOCacheKey()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 685 support::endian::write64le(Data, Num); in computeCFGHash()
|