HomeSort by relevance Sort by last modified time
    Searched refs:RelocAddrSize (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceELFSection.cpp 48 const SizeT RelocAddrSize = typeWidthInBytes(getPointerType());
50 appendZeros(Str, RelocAddrSize);
53 assert(RelocAddrSize == 4 && " writeLE32 assumes RelocAddrSize is 4");
55 Header.sh_size += RelocAddrSize;
IceDefs.h 307 enum { RelocAddrSize = 4 };
IceGlobalInits.h 369 SizeT getNumBytes() const final { return RelocAddrSize; }

Completed in 603 milliseconds