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

References

gen/tools/clang/lib/AST/Opcodes.inc
 8511 return emitSetGlobalSint8(A0, I);
 8513 return emitSetGlobalUint8(A0, I);
 8515 return emitSetGlobalSint16(A0, I);
 8517 return emitSetGlobalUint16(A0, I);
 8519 return emitSetGlobalSint32(A0, I);
 8521 return emitSetGlobalUint32(A0, I);
 8523 return emitSetGlobalSint64(A0, I);
 8525 return emitSetGlobalUint64(A0, I);
 8527 return emitSetGlobalBool(A0, I);
 8529 return emitSetGlobalPtr(A0, I);