Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DEndian.h405 [[nodiscard]] inline uint32_t read32(const void *P, endianness E) { in read32() function
415 template <endianness E> [[nodiscard]] inline uint32_t read32(const void *P) { in read32() function
/llvm-project/lld/ELF/
H A DTarget.h289 inline uint32_t read32(const void *p) { read32() function