Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DConcreteSymbolEnumerator.h31 std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
32 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
DIPDBEnumChildren.h26 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp41 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anon951466f00111::FunctionArgEnumerator
42 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
DPDBSymbolFunc.cpp54 getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anone4cb6b310111::FunctionArgEnumerator
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAEnumLineNumbers.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumDebugStreams.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.cpp26 DIAEnumLineNumbers::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumLineNumbers
DDIAEnumDebugStreams.cpp26 DIAEnumDebugStreams::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumDebugStreams
DDIAEnumSourceFiles.cpp26 DIAEnumSourceFiles::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumSourceFiles
DDIAEnumSymbols.cpp27 DIAEnumSymbols::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumSymbols