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

References

tools/llvm-readobj/StackMapPrinter.h
   48       switch (Loc.getKind()) {
   50         OS << "Register R#" << Loc.getDwarfRegNum();
   53         OS << "Direct R#" << Loc.getDwarfRegNum() << " + " << Loc.getOffset();
   53         OS << "Direct R#" << Loc.getDwarfRegNum() << " + " << Loc.getOffset();
   56         OS << "Indirect [R#" << Loc.getDwarfRegNum() << " + " << Loc.getOffset()
   56         OS << "Indirect [R#" << Loc.getDwarfRegNum() << " + " << Loc.getOffset()
   60         OS << "Constant " << Loc.getSmallConstant();
   63         OS << "ConstantIndex #" << Loc.getConstantIndex() << " ("
   64            << SMP.getConstant(Loc.getConstantIndex()).getValue() << ")";
   67       OS << ", size: " << Loc.getSizeInBytes() << "\n";