Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp42 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anon9a8519920111::FunctionArgEnumerator
43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
84 auto Last = SigArguments->getChildAtIndex(NumArgs - 1); in isCVarArgs()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp42 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anonc99e517e0111::FunctionArgEnumerator
43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
84 auto Last = SigArguments->getChildAtIndex(NumArgs - 1); in isCVarArgs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumModules.cpp30 NativeEnumModules::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in llvm::pdb::NativeEnumModules
37 return getChildAtIndex(Index++); in getNext()
DNativeEnumGlobals.cpp41 NativeEnumGlobals::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumGlobals
51 return getChildAtIndex(Index++); in getNext()
DNativeEnumTypes.cpp58 std::unique_ptr<PDBSymbol> NativeEnumTypes::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumTypes
67 return getChildAtIndex(Index++); in getNext()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumModules.cpp30 NativeEnumModules::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in llvm::pdb::NativeEnumModules
37 return getChildAtIndex(Index++); in getNext()
DNativeEnumLineNumbers.cpp32 NativeEnumLineNumbers::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumLineNumbers
39 return getChildAtIndex(Index++); in getNext()
DNativeEnumSymbols.cpp30 NativeEnumSymbols::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumSymbols
38 return getChildAtIndex(Index++); in getNext()
DNativeEnumGlobals.cpp41 NativeEnumGlobals::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumGlobals
51 return getChildAtIndex(Index++); in getNext()
DNativeEnumTypes.cpp58 std::unique_ptr<PDBSymbol> NativeEnumTypes::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumTypes
67 return getChildAtIndex(Index++); in getNext()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h27 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;
36 getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
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()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
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()
DIPDBEnumChildren.h27 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;
36 getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
/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 __anon951466f00111::FunctionArgEnumerator
43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAEnumFrameData.h24 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumInjectedSources.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumLineNumbers.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumDebugStreams.h26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAEnumFrameData.h24 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumInjectedSources.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumLineNumbers.h25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
DDIAEnumDebugStreams.h26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;

1234