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

Overridden By

include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
   30   uint32_t getChildCount() const override {
include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
   34   virtual uint32_t getChildCount() const override { return 0; }
lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
   36 uint32_t NativeEnumGlobals::getChildCount() const {
lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
  100 uint32_t NativeEnumInjectedSources::getChildCount() const {
lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
   25 uint32_t NativeEnumModules::getChildCount() const {
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
   54 uint32_t NativeEnumTypes::getChildCount() const {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   90 uint32_t NativeEnumEnumEnumerators::getChildCount() const {
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   52   uint32_t getChildCount() const override {
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
   50   uint32_t getChildCount() const override { return Args.size(); }
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
   38   uint32_t getChildCount() const override {

References

include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
   31     return Enumerator->getChildCount();
lib/DebugInfo/PDB/PDBContext.cpp
   50   if (!LineNumbers || LineNumbers->getChildCount() == 0)
   74   if (!LineNumbers || LineNumbers->getChildCount() == 0)
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
   81   uint32_t NumArgs = SigArguments->getChildCount();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  437       if (!children || children->getChildCount() == 0) {
  607     uint32_t num_args = arg_enum->getChildCount();
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  364   if (!files || files->getChildCount() == 0)
  463       if (!results || results->getChildCount() == 0)
 1793     int entry_count = lines->getChildCount();
 1932         lldbassert(result_up->getChildCount() == 1);
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  104       if (++Index < ChildEnum->getChildCount())
  192       if (++Index < Arguments->getChildCount())
tools/llvm-pdbutil/PrettyVariableDumper.cpp
  161       if (++Index < Arguments->getChildCount())
tools/llvm-pdbutil/llvm-pdbutil.cpp
  937   if (!Sources || !Sources->getChildCount()) {
 1113       if (!Symbols || Symbols->getChildCount() == 0) {
 1117       Printer.formatLine("[{0} occurrences] - {1}", Symbols->getChildCount(),