Home
last modified time | relevance | path

Searched defs:read32 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DEndian.h363 inline uint32_t read32(const void *P, endianness E) { in read32() function
373 template <endianness E> inline uint32_t read32(const void *P) { in read32() function
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h286 inline uint32_t read32(const void *p) { in read32() function