Home
last modified time | relevance | path

Searched refs:getChildAtIndex (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp42 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anon5906adbe0111::FunctionArgEnumerator
43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
84 auto Last = SigArguments->getChildAtIndex(NumArgs - 1); in isCVarArgs()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumModules.cpp27 NativeEnumModules::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in llvm::pdb::NativeEnumModules
34 return getChildAtIndex(Index++); in getNext()
H A DNativeEnumLineNumbers.cpp30 NativeEnumLineNumbers::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumLineNumbers
37 return getChildAtIndex(Index++); in getNext()
H A DNativeEnumSymbols.cpp30 NativeEnumSymbols::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumSymbols
38 return getChildAtIndex(Index++); in getNext()
H A DNativeEnumGlobals.cpp43 NativeEnumGlobals::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumGlobals
53 return getChildAtIndex(Index++); in getNext()
H A DNativeEnumTypes.cpp61 std::unique_ptr<PDBSymbol> NativeEnumTypes::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumTypes
70 return getChildAtIndex(Index++); in getNext()
H A DNativeTypeEnum.cpp44 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
97 NativeEnumEnumEnumerators::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in NativeEnumEnumEnumerators
112 return getChildAtIndex(Index++); in getNext()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h28 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;
36 std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
H A DConcreteSymbolEnumerator.h34 std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAEnumInjectedSources.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
H A DDIAEnumFrameData.h24 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
H A DDIAEnumLineNumbers.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
H A DDIAEnumDebugStreams.h26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
H A DDIAEnumSourceFiles.h26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
H A DDIAEnumSectionContribs.h27 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
H A DDIAEnumTables.h25 std::unique_ptr<IPDBTable> getChildAtIndex(uint32_t Index) const override;
H A DDIAEnumSymbols.h26 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumLineNumbers.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
H A DNativeEnumModules.h24 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
H A DNativeEnumSymbols.h28 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
H A DNativeEnumGlobals.h29 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
H A DNativeEnumInjectedSources.h30 getChildAtIndex(uint32_t Index) const override;
H A DNativeEnumTypes.h37 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumFrameData.cpp24 DIAEnumFrameData::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumFrameData
H A DDIAEnumInjectedSources.cpp26 DIAEnumInjectedSources::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumInjectedSources

12