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

References

lib/DebugInfo/PDB/PDBSymbolData.cpp
   63       LexParentId = LexParent->getRawSymbol().getLexicalParentId();
lib/DebugInfo/PDB/UDTLayout.cpp
   42   const IPDBRawSymbol &RawType = SymbolType->getRawSymbol();
  238       if (auto VBP = VB->getRawSymbol().getVirtualBaseTableType()) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  906         if (auto addr = symbol_up->getRawSymbol().getVirtualAddress())
  907           m_public_names[addr] = symbol_up->getRawSymbol().getName();
 1534             result->getRawSymbol().getName()) != name)
 2061       LexParentId = LexParent->getRawSymbol().getLexicalParentId();
tools/llvm-pdbutil/PrettyVariableDumper.cpp
   45   uint64_t Length = VarType->getRawSymbol().getLength();
tools/llvm-pdbutil/llvm-pdbutil.cpp
  900   const IPDBRawSymbol &RawType = SymbolType->getRawSymbol();