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

Declarations

include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
  105   void addInlineSite(TypeIndex FuncId, StringRef FileName, uint32_t SourceLine);

References

lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  451     Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName,
tools/lld/COFF/PDB.cpp
 1094     newInlineeLines->addInlineSite(inlinee, filename, sourceLine);