reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3107 MCSymbol *SConstantEnd = beginSymbolRecord(SymbolKind::S_CONSTANT);
lib/DebugInfo/CodeView/RecordName.cpp318 if (Sym.kind() == SymbolKind::S_CONSTANT) { 324 ConstantSym Const(SymbolKind::S_CONSTANT);lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
399 case SymbolKind::S_CONSTANT:
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp 69 if (Symbol.kind() == S_UDT || Symbol.kind() == S_CONSTANT) {
tools/lld/COFF/PDB.cpp753 case SymbolKind::S_CONSTANT: 773 case SymbolKind::S_CONSTANT: 796 case SymbolKind::S_CONSTANT:tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
451 case S_CONSTANT: 622 case SymbolKind::S_CONSTANT:tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
109 case S_CONSTANT: 499 if (sym.kind() == S_CONSTANT) {tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
745 if (sym.kind() == S_CONSTANT) 1197 case SymbolKind::S_CONSTANT: {