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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2680     return AP.OutStreamer->EmitZeros(Size);
 2688       if (AP.isVerbose())
 2689         AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n",
 2691       AP.OutStreamer->EmitIntValue(CI->getZExtValue(), Size);
 2694       emitGlobalConstantLargeInt(CI, AP);
 2700     return emitGlobalConstantFP(CFP, AP);
 2703     AP.OutStreamer->EmitIntValue(0, Size);
 2708     return emitGlobalConstantDataSequential(DL, CDS, AP);
 2711     return emitGlobalConstantArray(DL, CVA, AP, BaseCV, Offset);
 2714     return emitGlobalConstantStruct(DL, CVS, AP, BaseCV, Offset);
 2720       return emitGlobalConstantImpl(DL, CE->getOperand(0), AP);
 2728         return emitGlobalConstantImpl(DL, New, AP);
 2733     return emitGlobalConstantVector(DL, V, AP);
 2737   const MCExpr *ME = AP.lowerConstant(CV);
 2742   if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel())
 2743     handleIndirectSymViaGOTPCRel(AP, &ME, BaseCV, Offset);
 2745   AP.OutStreamer->EmitValue(ME, Size);