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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
  222   OS << "(ABIArgInfo Kind=";
  225     OS << "Direct Type=";
  227       Ty->print(OS);
  229       OS << "null";
  232     OS << "Extend";
  235     OS << "Ignore";
  238     OS << "InAlloca Offset=" << getInAllocaFieldIndex();
  241     OS << "Indirect Align=" << getIndirectAlign().getQuantity()
  246     OS << "Expand";
  249     OS << "CoerceAndExpand Type=";
  250     getCoerceAndExpandType()->print(OS);
  253   OS << ")\n";