/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 42 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anon0648b2450111::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/ |
D | PDBSymbolTypeFunctionSig.cpp | 42 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anona5597cb90111::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/ |
D | NativeEnumModules.cpp | 30 NativeEnumModules::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in llvm::pdb::NativeEnumModules 37 return getChildAtIndex(Index++); in getNext()
|
D | NativeEnumGlobals.cpp | 41 NativeEnumGlobals::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumGlobals 51 return getChildAtIndex(Index++); in getNext()
|
D | NativeEnumTypes.cpp | 58 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/ |
D | NativeEnumModules.cpp | 30 NativeEnumModules::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in llvm::pdb::NativeEnumModules 37 return getChildAtIndex(Index++); in getNext()
|
D | NativeEnumLineNumbers.cpp | 32 NativeEnumLineNumbers::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumLineNumbers 39 return getChildAtIndex(Index++); in getNext()
|
D | NativeEnumSymbols.cpp | 30 NativeEnumSymbols::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumSymbols 38 return getChildAtIndex(Index++); in getNext()
|
D | NativeEnumGlobals.cpp | 41 NativeEnumGlobals::getChildAtIndex(uint32_t N) const { in getChildAtIndex() function in NativeEnumGlobals 51 return getChildAtIndex(Index++); in getNext()
|
D | NativeEnumTypes.cpp | 58 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/ |
D | IPDBEnumChildren.h | 27 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0; 36 getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
|
D | ConcreteSymbolEnumerator.h | 34 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/ |
D | IPDBEnumChildren.h | 27 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0; 36 getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function
|
D | ConcreteSymbolEnumerator.h | 34 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/include/llvm/DebugInfo/PDB/ |
D | ConcreteSymbolEnumerator.h | 32 std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function 33 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
|
D | IPDBEnumChildren.h | 27 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 42 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override { in getChildAtIndex() function in __anon81e3f8570111::FunctionArgEnumerator 43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIAEnumFrameData.h | 24 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
|
D | DIAEnumInjectedSources.h | 25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
|
D | DIAEnumDebugStreams.h | 26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
|
D | DIAEnumLineNumbers.h | 25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIAEnumInjectedSources.h | 25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
|
D | DIAEnumFrameData.h | 24 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
|
D | DIAEnumLineNumbers.h | 25 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
|
D | DIAEnumDebugStreams.h | 26 ChildTypePtr getChildAtIndex(uint32_t Index) const override;
|