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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  864     assert(TypeIndices.count({SP, nullptr}));
  865     TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}];
  868     unsigned FileId = maybeRecordFile(SP->getFile());
  869     OS.AddComment("Inlined function " + SP->getName() + " starts at " +
  870                   SP->getFilename() + Twine(':') + Twine(SP->getLine()));
  870                   SP->getFilename() + Twine(':') + Twine(SP->getLine()));
  877     OS.EmitIntValue(SP->getLine(), 4);