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

References

include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
   41   case SymbolKind::S_PROC_ID_END:
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  977   emitEndSymbolRecord(SymbolKind::S_PROC_ID_END);
 1122     emitEndSymbolRecord(SymbolKind::S_PROC_ID_END);
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
  448   case SymbolKind::S_PROC_ID_END:
tools/lld/COFF/PDB.cpp
  659   if (kind == SymbolKind::S_PROC_ID_END) {