Searched refs:getChildAtIndex (Results 1 - 25 of 36) sorted by relevance

12

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

Completed in 206 milliseconds

12