Home
last modified time | relevance | path

Searched defs:write32 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DEndian.h398 inline void write32(void *P, uint32_t V, endianness E) { in write32() function
408 template <endianness E> inline void write32(void *P, uint32_t V) { in write32() function
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h298 inline void write32(void *p, uint32_t v) { in write32() function
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.cpp131 void write32(uint32_t I, llvm::raw_ostream &OS) { in write32() function