Searched defs:uintX_t (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h43 typedef typename ELFFile<ELFT>::uintX_t uintX_t; typedef in class:llvm::object::ELFObjectFile
481 uintX_t Index = ESym->st_shndx;
520 uintX_t Type = EShdr->sh_type;
H A DELF.h56 uint64_t, uint32_t>::type uintX_t; typedef in class:llvm::object::ELFFile
70 ELFEntityIterator(uintX_t EntSize, const char *Start)
117 uintX_t getEntSize() const { return EntitySize; }
120 uintX_t EntitySize;
165 Elf_Sym_Iter(uintX_t EntSize, const char *Start, bool IsDynamic)
222 uintX_t getEntSize() const { return EntitySize; }
225 uintX_t EntitySize;
259 uintX_t Size;
261 uintX_t EntSize;
306 const char *getDynamicString(uintX_t Offse
[all...]

Completed in 78 milliseconds