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

References

include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
   21   case SymbolKind::S_GPROC32:
lib/DebugInfo/CodeView/RecordName.cpp
  262   case SymbolKind::S_GPROC32:
lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp
   26   case SymbolKind::S_GPROC32:
   57   case SymbolKind::S_GPROC32:
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
  372   case SymbolKind::S_GPROC32:
tools/lld/COFF/PDB.cpp
  691     kind = (kind == SymbolKind::S_GPROC32_ID) ? SymbolKind::S_GPROC32
  777   case SymbolKind::S_GPROC32:
  804   case SymbolKind::S_GPROC32:
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  445   case S_GPROC32:
 1222       case S_GPROC32:
 1270   lldbassert(sym.kind() == S_GPROC32 || sym.kind() == S_LPROC32 ||
 1279   if (sym.kind() == S_GPROC32 || sym.kind() == S_LPROC32)
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
   98   case S_GPROC32:
  166   case S_GPROC32:
  193   case S_GPROC32:
  251   case S_GPROC32:
  324   case S_GPROC32:
  629       lldbassert(func_block_cvs.kind() == S_GPROC32 ||
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  358   if (sym.kind() == S_GPROC32 || sym.kind() == S_LPROC32) {
  392   lldbassert(sym_record.kind() == S_LPROC32 || sym_record.kind() == S_GPROC32);
  934     if (iter->kind() != S_LPROC32 && iter->kind() != S_GPROC32)
 1409   case S_GPROC32: