|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lld/ELF/Arch/AArch64.cpp 306 switch (type) {
309 checkIntUInt(loc, val, 16, type);
314 checkIntUInt(loc, val, 32, type);
328 checkInt(loc, val, 33, type);
334 checkInt(loc, val, 21, type);
348 checkInt(loc, val, 28, type);
353 checkAlignment(loc, val, 4, type);
354 checkInt(loc, val, 21, type);
363 checkAlignment(loc, val, 2, type);
368 checkAlignment(loc, val, 4, type);
376 checkAlignment(loc, val, 8, type);
381 checkAlignment(loc, val, 16, type);
385 checkUInt(loc, val, 16, type);
391 checkUInt(loc, val, 32, type);
397 checkUInt(loc, val, 48, type);
408 checkInt(loc, val, 17, type);
417 checkInt(loc, val, 33, type);
426 checkInt(loc, val, 49, type);
435 checkInt(loc, val, 16, type);
439 checkUInt(loc, val, 24, type);