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

Overrides

include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
   27   virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;

References

lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
   43     auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  213   auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1);
  228     auto compiland_up = results_up->getChildAtIndex(cu_idx);
  255   auto compiland_up = results->getChildAtIndex(index);
unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp
  118       auto Compiland = Compilands->getChildAtIndex(I);