/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolTypeFunctionSig.cpp | 38 uint32_t getChildCount() const override { in getChildCount() function in __anonb5d4328e0111::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()
|
/freebsd/contrib/llvm-project/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 | 44 uint32_t getChildCount() const override; 93 uint32_t NativeEnumEnumEnumerators::getChildCount() const { in getChildCount() function in NativeEnumEnumEnumerators 99 if (Index >= getChildCount()) in getChildAtIndex() 110 if (Index >= getChildCount()) in getNext()
|
H A D | NativeEnumInjectedSources.cpp | 103 uint32_t NativeEnumInjectedSources::getChildCount() const { in getChildCount() function in llvm::pdb::NativeEnumInjectedSources 109 if (N >= getChildCount()) in getChildAtIndex()
|
H A D | NativeEnumSymbols.cpp | 25 uint32_t NativeEnumSymbols::getChildCount() const { in getChildCount() function in NativeEnumSymbols
|
H A D | NativeTypeFunctionSig.cpp | 53 uint32_t getChildCount() const override { in getChildCount() function in __anonb5a81fdf0111::NativeEnumFunctionArgs 54 return TypeEnumerator->getChildCount(); in getChildCount()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIAEnumFrameData.h | 23 uint32_t getChildCount() const override;
|
H A D | DIAEnumInjectedSources.h | 24 uint32_t getChildCount() const override;
|
H A D | DIAEnumDebugStreams.h | 25 uint32_t getChildCount() const override;
|
H A D | DIAEnumLineNumbers.h | 24 uint32_t getChildCount() const override;
|
H A D | DIAEnumSectionContribs.h | 26 uint32_t getChildCount() const override;
|
H A D | DIAEnumSourceFiles.h | 25 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;
|
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIAEnumFrameData.cpp | 18 uint32_t DIAEnumFrameData::getChildCount() const { in getChildCount() function in DIAEnumFrameData
|