| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | NativeSymbolReuseTest.cpp | 72 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST() 89 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST() 116 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST() 120 for (int I = Compilands->getChildCount() - 1; I >= 0; --I) { in TEST()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeFunctionSig.cpp | 38 uint32_t getChildCount() const override { in getChildCount() function in __anon5906adbe0111::FunctionArgEnumerator 39 return Enumerator->getChildCount(); in getChildCount() 81 uint32_t NumArgs = SigArguments->getChildCount(); in isCVarArgs()
|
| H A D | PDBContext.cpp | 52 if (!LineNumbers || LineNumbers->getChildCount() == 0) in getLineInfoForAddress() 83 if (!LineNumbers || LineNumbers->getChildCount() == 0) in getLineInfoForAddressRange() 109 if (!Frames || Frames->getChildCount() == 0) { in getInliningInfoForAddress() 117 if (!LineNumbers || LineNumbers->getChildCount() == 0) in getInliningInfoForAddress()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumModules.cpp | 22 uint32_t NativeEnumModules::getChildCount() const { in getChildCount() function in llvm::pdb::NativeEnumModules 32 if (Index >= getChildCount()) in getNext()
|
| H A D | NativeEnumLineNumbers.cpp | 25 uint32_t NativeEnumLineNumbers::getChildCount() const { in getChildCount() function in NativeEnumLineNumbers 31 if (N >= getChildCount()) in getChildAtIndex()
|
| H A D | NativeTypeEnum.cpp | 43 uint32_t getChildCount() const override; 92 uint32_t NativeEnumEnumEnumerators::getChildCount() const { in getChildCount() function in NativeEnumEnumEnumerators 98 if (Index >= getChildCount()) in getChildAtIndex() 109 if (Index >= getChildCount()) in getNext()
|
| H A D | NativeEnumInjectedSources.cpp | 102 uint32_t NativeEnumInjectedSources::getChildCount() const { in getChildCount() function in llvm::pdb::NativeEnumInjectedSources 108 if (N >= getChildCount()) in getChildAtIndex()
|
| H A D | NativeEnumSymbols.cpp | 25 uint32_t NativeEnumSymbols::getChildCount() const { in getChildCount() function in NativeEnumSymbols
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBEnumChildren.h | 27 virtual uint32_t getChildCount() const = 0; 35 uint32_t getChildCount() const override { return 0; } in getChildCount() function
|
| H A D | ConcreteSymbolEnumerator.h | 30 uint32_t getChildCount() const override { in getChildCount() function 31 return Enumerator->getChildCount(); in getChildCount()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAEnumInjectedSources.h | 24 uint32_t getChildCount() const override;
|
| H A D | DIAEnumFrameData.h | 23 uint32_t getChildCount() const override;
|
| H A D | DIAEnumLineNumbers.h | 24 uint32_t getChildCount() const override;
|
| H A D | DIAEnumDebugStreams.h | 25 uint32_t getChildCount() const override;
|
| H A D | DIAEnumSourceFiles.h | 25 uint32_t getChildCount() const override;
|
| H A D | DIAEnumSectionContribs.h | 26 uint32_t getChildCount() const override;
|
| H A D | DIAEnumTables.h | 24 uint32_t getChildCount() const override;
|
| H A D | DIAEnumSymbols.h | 25 uint32_t getChildCount() const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeEnumLineNumbers.h | 24 uint32_t getChildCount() const override;
|
| H A D | NativeEnumModules.h | 23 uint32_t getChildCount() const override;
|
| H A D | NativeEnumSymbols.h | 27 uint32_t getChildCount() const override;
|
| H A D | NativeEnumGlobals.h | 28 uint32_t getChildCount() const override;
|
| H A D | NativeEnumInjectedSources.h | 28 uint32_t getChildCount() const override;
|
| H A D | NativeEnumTypes.h | 36 uint32_t getChildCount() const override;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAEnumFrameData.cpp | 18 uint32_t DIAEnumFrameData::getChildCount() const { in getChildCount() function in DIAEnumFrameData
|