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

References

gen/tools/clang/lib/AST/Opcodes.inc
 2370 return emitGetGlobalSint8(A0, I);
 2372 return emitGetGlobalUint8(A0, I);
 2374 return emitGetGlobalSint16(A0, I);
 2376 return emitGetGlobalUint16(A0, I);
 2378 return emitGetGlobalSint32(A0, I);
 2380 return emitGetGlobalUint32(A0, I);
 2382 return emitGetGlobalSint64(A0, I);
 2384 return emitGetGlobalUint64(A0, I);
 2386 return emitGetGlobalBool(A0, I);
 2388 return emitGetGlobalPtr(A0, I);