| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeFunctionSig.cpp | 38 uint32_t getChildCount() const override { in getChildCount() function in __anonf99374e50111::FunctionArgEnumerator 39 return Enumerator->getChildCount(); in getChildCount() 81 uint32_t NumArgs = SigArguments->getChildCount(); in isCVarArgs()
|
| H A D | PDBContext.cpp | 52 if (!LineNumbers || LineNumbers->getChildCount() == 0) in getLineInfoForAddress() 83 if (!LineNumbers || LineNumbers->getChildCount() == 0) in getLineInfoForAddressRange() 109 if (!Frames || Frames->getChildCount() == 0) { in getInliningInfoForAddress() 117 if (!LineNumbers || LineNumbers->getChildCount() == 0) in getInliningInfoForAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumModules.cpp | 22 uint32_t NativeEnumModules::getChildCount() const { in getChildCount() function in llvm::pdb::NativeEnumModules 32 if (Index >= getChildCount()) in getNext()
|
| H A D | NativeEnumLineNumbers.cpp | 25 uint32_t NativeEnumLineNumbers::getChildCount() const { in getChildCount() function in NativeEnumLineNumbers 31 if (N >= getChildCount()) in getChildAtIndex()
|
| H A D | NativeTypeEnum.cpp | 44 uint32_t getChildCount() const override; 93 uint32_t NativeEnumEnumEnumerators::getChildCount() const { in getChildCount() function in NativeEnumEnumEnumerators 99 if (Index >= getChildCount()) in getChildAtIndex() 110 if (Index >= getChildCount()) in getNext()
|
| H A D | NativeEnumInjectedSources.cpp | 102 uint32_t NativeEnumInjectedSources::getChildCount() const { in getChildCount() function in llvm::pdb::NativeEnumInjectedSources 108 if (N >= getChildCount()) in getChildAtIndex()
|
| H A D | NativeEnumSymbols.cpp | 25 uint32_t NativeEnumSymbols::getChildCount() const { in getChildCount() function in NativeEnumSymbols
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBEnumChildren.h | 27 virtual uint32_t getChildCount() const = 0; 35 uint32_t getChildCount() const override { return 0; } in getChildCount() function
|
| H A D | ConcreteSymbolEnumerator.h | 30 uint32_t getChildCount() const override { in getChildCount() function 31 return Enumerator->getChildCount(); in getChildCount()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAEnumFrameData.h | 23 uint32_t getChildCount() const override;
|
| H A D | DIAEnumInjectedSources.h | 24 uint32_t getChildCount() const override;
|
| H A D | DIAEnumLineNumbers.h | 24 uint32_t getChildCount() const override;
|
| H A D | DIAEnumDebugStreams.h | 25 uint32_t getChildCount() const override;
|
| H A D | DIAEnumSectionContribs.h | 26 uint32_t getChildCount() const override;
|
| H A D | DIAEnumTables.h | 24 uint32_t getChildCount() const override;
|
| H A D | DIAEnumSourceFiles.h | 25 uint32_t getChildCount() const override;
|
| H A D | DIAEnumSymbols.h | 25 uint32_t getChildCount() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeEnumLineNumbers.h | 24 uint32_t getChildCount() const override;
|
| H A D | NativeEnumModules.h | 23 uint32_t getChildCount() const override;
|
| H A D | NativeEnumSymbols.h | 27 uint32_t getChildCount() const override;
|
| H A D | NativeEnumGlobals.h | 28 uint32_t getChildCount() const override;
|
| H A D | NativeEnumInjectedSources.h | 28 uint32_t getChildCount() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAEnumInjectedSources.cpp | 20 uint32_t DIAEnumInjectedSources::getChildCount() const { in getChildCount() function in DIAEnumInjectedSources
|
| H A D | DIAEnumFrameData.cpp | 18 uint32_t DIAEnumFrameData::getChildCount() const { in getChildCount() function in DIAEnumFrameData
|
| H A D | DIAEnumLineNumbers.cpp | 20 uint32_t DIAEnumLineNumbers::getChildCount() const { in getChildCount() function in DIAEnumLineNumbers
|