Searched refs:RzSize (Results 1 – 1 of 1) sorted by relevance
35 constexpr SizeT RzSize = 32; variable45 llvm::NaClBitcodeRecord::RecordVector(RzSize, 'R');105 assert(Global->getAlignment() <= RzSize); in instrumentGlobals()111 SizeT Alignment = std::max(RzSize, Global->getAlignment()); in instrumentGlobals()114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment); in instrumentGlobals()249 auto *ByteCount = ConstantInteger32::create(Ctx, IceType_i32, RzSize); in instrumentFuncStart()253 PoisonVals.emplace_back(Entry{RzSize >> ShadowScaleLog2, StackPoisonVal}); in instrumentFuncStart()278 SizeT RzPadding = RzSize + Utils::OffsetToAlignment(VarSize, RzSize); in instrumentFuncStart()