reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
243 switch (type) { 252 checkInt(loc, static_cast<int64_t>(val) >> 1, 8, type); 253 checkAlignment(loc, val, 2, type); 267 checkInt(loc, static_cast<int64_t>(val) >> 1, 11, type); 268 checkAlignment(loc, val, 2, type); 286 checkInt(loc, imm, 6, type); 298 checkInt(loc, static_cast<int64_t>(val) >> 1, 20, type); 299 checkAlignment(loc, val, 2, type); 313 checkInt(loc, static_cast<int64_t>(val) >> 1, 12, type); 314 checkAlignment(loc, val, 2, type); 331 checkInt(loc, hi, 20, type); 346 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, type); 435 "unimplemented relocation: " + toString(type));