reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/lib/AST/Opcodes.inc
 6202 return emitLESint8(I);
 6204 return emitLEUint8(I);
 6206 return emitLESint16(I);
 6208 return emitLEUint16(I);
 6210 return emitLESint32(I);
 6212 return emitLEUint32(I);
 6214 return emitLESint64(I);
 6216 return emitLEUint64(I);
 6218 return emitLEBool(I);
 6220 return emitLEPtr(I);