Searched refs:EntSize (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELF.h178 unsigned EntSize; // sh_entsize - Size of entries in the section e member in class:llvm::ELFSection
195 Offset(0), Size(0), Link(0), Info(0), Align(0), EntSize(0), Sym(0) {}
H A DELFWriter.cpp768 RelSec.EntSize = TEW->getRelocationEntrySize();
880 SHdrTab.emitWord64(SHdr.EntSize);
889 SHdrTab.emitWord32(SHdr.EntSize);
972 SymTab.EntSize = TEW->getSymTabEntrySize();
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp77 DynRegionInfo() : Addr(nullptr), Size(0), EntSize(0) {}
79 : Addr(A), Size(S), EntSize(ES) {}
85 uint64_t EntSize; member in struct:__anon13649::DynRegionInfo
91 if (EntSize != sizeof(Type) || Size % EntSize)
93 return {Start, Start + (Size / EntSize)};
161 DynRegionInfo createDRIFrom(const Elf_Phdr *P, uintX_t EntSize) { argument
162 return checkDRI({Obj->base() + P->p_offset, P->p_filesz, EntSize});
256 Entries = DynSymRegion.Size / DynSymRegion.EntSize;
1401 DynSymRegion.EntSize
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp525 size_t EntSize = typeWidthInBytes(Ty);
527 SizeT WriteAmt = std::min(EntSize, llvm::array_lengthof(Buf));
529 assert(WriteAmt == EntSize);

Completed in 122 milliseconds