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

References

include/llvm/DebugInfo/PDB/PDBSymbol.h
  123     auto Enumerator(findAllChildren<T>());
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
   45     if (auto Envs = findAllChildren<PDBSymbolCompilandEnv>()) {
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
   37     auto DataChildren = Func.findAllChildren<PDBSymbolData>();
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
   32         Enumerator(Sig.findAllChildren<PDBSymbolTypeFunctionArg>()) {}
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  263   auto bases_enum = udt.findAllChildren<PDBSymbolTypeBaseClass>();
  515       auto enum_values = enum_type->findAllChildren<PDBSymbolData>();
  856                       class_parent->findAllChildren<PDBSymbolFunc>()) {
  941               arg_enum = sig->findAllChildren<PDBSymbolTypeFunctionArg>()) {
 1182   auto nested_enums = udt.findAllChildren<PDBSymbolTypeUDT>();
 1187   auto bases_enum = udt.findAllChildren<PDBSymbolTypeBaseClass>();
 1193   auto members_enum = udt.findAllChildren<PDBSymbolData>();
 1197   auto methods_enum = udt.findAllChildren<PDBSymbolFunc>();
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  196   auto compilands = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
  223   auto results_up = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
  252   auto results = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
  326   auto results_up = compiland_up->findAllChildren<PDBSymbolFunc>();
  524     auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
 1110   auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
 1149   auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
 1208   if (auto results_up = m_global_scope_up->findAllChildren<PDBSymbolFunc>()) {
 1269           m_global_scope_up->findAllChildren<PDBSymbolPublicSymbol>()) {
 1382   auto results = m_global_scope_up->findAllChildren<PDBSymbolPublicSymbol>();
tools/llvm-pdbutil/PrettyEnumDumper.cpp
   49     auto EnumValues = Symbol.findAllChildren<PDBSymbolData>();
tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp
   23   if (auto Vars = Symbol.findAllChildren<PDBSymbolPublicSymbol>()) {
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  163   if (auto Children = Exe.findAllChildren<SymbolT>()) {
  215     if (auto Classes = Exe.findAllChildren<PDBSymbolTypeUDT>()) {
tools/llvm-pdbutil/llvm-pdbutil.cpp
  998   auto Children = ConcreteOuter->template findAllChildren<ChildT>();
 1185     auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>();
 1213     if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) {
 1227       if (auto Functions = GlobalScope->findAllChildren<PDBSymbolFunc>()) {
 1247       if (auto Vars = GlobalScope->findAllChildren<PDBSymbolData>()) {
 1263       if (auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>()) {
unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp
   67     auto Compilands = GS->findAllChildren<PDBSymbolCompiland>();
   84     auto Compilands = GS->findAllChildren<PDBSymbolCompiland>();
  111     auto Compilands = GS->findAllChildren<PDBSymbolCompiland>();