Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp43 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anonb99547110111::FunctionArgEnumerator
44 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
96 auto Last = SigArguments->getChildAtIndex(NumArgs - 1); in isCVarArgs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumModules.cpp32 NativeEnumModules::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in llvm::pdb::NativeEnumModules
41 return getChildAtIndex(Index++); in getNext()
DNativeEnumTypes.cpp42 NativeEnumTypes::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in llvm::pdb::NativeEnumTypes
49 return getChildAtIndex(Index++); in getNext()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DConcreteSymbolEnumerator.h35 std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
36 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
DIPDBEnumChildren.h27 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;
/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 __anoneea309b90111::FunctionArgEnumerator
43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAEnumLineNumbers.h26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumDebugStreams.h27 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumSourceFiles.h27 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumSectionContribs.h28 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumTables.h26 std::unique_ptr<IPDBTable> getChildAtIndex(uint32_t Index) const override;
DDIAEnumInjectedSources.h28 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumSymbols.h27 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAEnumLineNumbers.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumDebugStreams.h26 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeEnumModules.h28 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
DNativeEnumTypes.h32 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumLineNumbers.cpp27 DIAEnumLineNumbers::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumLineNumbers
DDIAEnumTables.cpp26 DIAEnumTables::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumTables
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumLineNumbers.cpp27 DIAEnumLineNumbers::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumLineNumbers
DDIAEnumSourceFiles.cpp27 DIAEnumSourceFiles::getChildAtIndex(uint32_t Index) const { in getChildAtIndex() function in DIAEnumSourceFiles

12