Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DConcreteSymbolEnumerator.h32 std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
33 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
DIPDBEnumChildren.h27 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp42 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anon7df8676f0111::FunctionArgEnumerator
43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
DPDBSymbolFunc.cpp55 getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anoned30b5100111::FunctionArgEnumerator
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAEnumDebugStreams.h26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumLineNumbers.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumSourceFiles.h26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumSymbols.h26 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumLineNumbers.cpp27 DIAEnumLineNumbers::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumLineNumbers
DDIAEnumDebugStreams.cpp27 DIAEnumDebugStreams::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumDebugStreams
DDIAEnumSourceFiles.cpp27 DIAEnumSourceFiles::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumSourceFiles
DDIAEnumSymbols.cpp28 DIAEnumSymbols::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumSymbols