Searched refs:getChildAtIndex (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumSectionContribs.cpp27 DIAEnumSectionContribs::getChildAtIndex(uint32_t Index) const { function in class:DIAEnumSectionContribs
H A DDIAEnumSourceFiles.cpp26 DIAEnumSourceFiles::getChildAtIndex(uint32_t Index) const { function in class:DIAEnumSourceFiles
H A DDIAEnumTables.cpp24 DIAEnumTables::getChildAtIndex(uint32_t Index) const { function in class:DIAEnumTables
H A DDIAEnumSymbols.cpp27 DIAEnumSymbols::getChildAtIndex(uint32_t Index) const { function in class:DIAEnumSymbols
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h37 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp55 getChildAtIndex(uint32_t Index) const override {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp108 NativeEnumInjectedSources::getChildAtIndex(uint32_t N) const { function in class:llvm::pdb::NativeEnumInjectedSources
H A DNativeTypeFunctionSig.cpp56 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override {
57 return wrap(TypeEnumerator->getChildAtIndex(Index));
H A DNativeTypeEnum.cpp45 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
98 NativeEnumEnumEnumerators::getChildAtIndex(uint32_t Index) const { function in class:NativeEnumEnumEnumerators
113 return getChildAtIndex(Index++);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp229 auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1);
244 auto compiland_up = results_up->getChildAtIndex(cu_idx);
270 auto compiland_up = results->getChildAtIndex(index);
1795 auto line = lines->getChildAtIndex(i);
H A DPDBASTParser.cpp619 auto arg = arg_enum->getChildAtIndex(arg_idx);

Completed in 88 milliseconds

12