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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  459     switch (Annotation.OpCode) {
  466       W.printHex(Annotation.Name, Annotation.U1);
  466       W.printHex(Annotation.Name, Annotation.U1);
  473       W.printNumber(Annotation.Name, Annotation.U1);
  473       W.printNumber(Annotation.Name, Annotation.U1);
  477       W.printNumber(Annotation.Name, Annotation.S1);
  477       W.printNumber(Annotation.Name, Annotation.S1);
  482                    ObjDelegate->getFileNameForFileOffset(Annotation.U1),
  483                    Annotation.U1);
  485         W.printHex("ChangeFile", Annotation.U1);
  491                     << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1
  491                     << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1
  497                     << W.hex(Annotation.U2)
  498                     << ", Length: " << W.hex(Annotation.U1) << "}\n";