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

Declarations

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2317 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *C,

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2427       emitGlobalConstantImpl(DL, CA->getOperand(i), AP, BaseCV, Offset);
 2436     emitGlobalConstantImpl(DL, CV->getOperand(i), AP);
 2456     emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar);
 2720       return emitGlobalConstantImpl(DL, CE->getOperand(0), AP);
 2728         return emitGlobalConstantImpl(DL, New, AP);
 2752     emitGlobalConstantImpl(DL, CV, *this);