Searched refs:getChildCount (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumLineNumbers.cpp27 uint32_t NativeEnumLineNumbers::getChildCount() const { function in class:NativeEnumLineNumbers
33 if (N >= getChildCount())
H A DNativeEnumModules.cpp25 uint32_t NativeEnumModules::getChildCount() const { function in class:llvm::pdb::NativeEnumModules
35 if (Index >= getChildCount())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h30 uint32_t getChildCount() const override {
31 return Enumerator->getChildCount();
H A DIPDBEnumChildren.h26 virtual uint32_t getChildCount() const = 0;
34 virtual uint32_t getChildCount() const override { return 0; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.h25 uint32_t getChildCount() const override;
H A DDIAEnumFrameData.h23 uint32_t getChildCount() const override;
H A DDIAEnumInjectedSources.h24 uint32_t getChildCount() const override;
H A DDIAEnumLineNumbers.h24 uint32_t getChildCount() const override;
H A DDIAEnumSectionContribs.h26 uint32_t getChildCount() const override;
H A DDIAEnumSourceFiles.h25 uint32_t getChildCount() const override;
H A DDIAEnumTables.h24 uint32_t getChildCount() const override;
H A DDIAEnumSymbols.h25 uint32_t getChildCount() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumLineNumbers.h27 uint32_t getChildCount() const override;
H A DNativeEnumModules.h23 uint32_t getChildCount() const override;
H A DNativeEnumGlobals.h28 uint32_t getChildCount() const override;
H A DNativeEnumInjectedSources.h27 uint32_t getChildCount() const override;
H A DNativeEnumTypes.h33 uint32_t getChildCount() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp38 uint32_t getChildCount() const override {
39 return Enumerator->getChildCount();
81 uint32_t NumArgs = SigArguments->getChildCount();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp20 uint32_t DIAEnumDebugStreams::getChildCount() const { function in class:DIAEnumDebugStreams
H A DDIAEnumFrameData.cpp18 uint32_t DIAEnumFrameData::getChildCount() const { function in class:DIAEnumFrameData
H A DDIAEnumInjectedSources.cpp20 uint32_t DIAEnumInjectedSources::getChildCount() const { function in class:DIAEnumInjectedSources
H A DDIAEnumLineNumbers.cpp20 uint32_t DIAEnumLineNumbers::getChildCount() const { function in class:DIAEnumLineNumbers
H A DDIAEnumSectionContribs.cpp21 uint32_t DIAEnumSectionContribs::getChildCount() const { function in class:DIAEnumSectionContribs
H A DDIAEnumSourceFiles.cpp20 uint32_t DIAEnumSourceFiles::getChildCount() const { function in class:DIAEnumSourceFiles
H A DDIAEnumTables.cpp18 uint32_t DIAEnumTables::getChildCount() const { function in class:DIAEnumTables

Completed in 179 milliseconds

12