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

References

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