Searched refs:findChildren (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeExeSymbol.h31 findChildren(PDB_SymType Type) const override;
H A DNativeTypeFunctionSig.h39 findChildren(PDB_SymType Type) const override;
H A DNativeTypeEnum.h38 findChildren(PDB_SymType Type) const override;
H A DNativeRawSymbol.h33 findChildren(PDB_SymType Type) const override;
35 findChildren(PDB_SymType Type, StringRef Name,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp148 return RawSymbol->findChildren(Type);
152 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, function in class:PDBSymbol
154 return RawSymbol->findChildren(Type, Name, Flags);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp37 NativeExeSymbol::findChildren(PDB_SymType Type) const { function in class:NativeExeSymbol
H A DNativeRawSymbol.cpp31 NativeRawSymbol::findChildren(PDB_SymType Type) const { function in class:NativeRawSymbol
36 NativeRawSymbol::findChildren(PDB_SymType Type, StringRef Name, function in class:NativeRawSymbol
H A DNativeTypeFunctionSig.cpp135 NativeTypeFunctionSig::findChildren(PDB_SymType Type) const { function in class:NativeTypeFunctionSig
H A DNativeTypeEnum.cpp167 NativeTypeEnum::findChildren(PDB_SymType Type) const { function in class:NativeTypeEnum
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h129 auto BaseIter = RawSymbol->findChildren(T::Tag);
138 findChildren(PDB_SymType Type, StringRef Name,
H A DIPDBRawSymbol.h53 findChildren(PDB_SymType Type) const = 0;
56 findChildren(PDB_SymType Type, StringRef Name,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h28 findChildren(PDB_SymType Type) const override;
30 findChildren(PDB_SymType Type, StringRef Name,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp398 DIARawSymbol::findChildren(PDB_SymType Type) const { function in class:DIARawSymbol
404 if (S_OK != Symbol->findChildren(EnumVal, nullptr, nsNone, &DiaEnumerator))
412 DIARawSymbol::findChildren(PDB_SymType Type, StringRef Name, function in class:DIARawSymbol
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1918 auto result_up = m_global_scope_up->findChildren(
H A DPDBASTParser.cpp1062 if (std::unique_ptr<IPDBEnumSymbols> children_enum = global->findChildren(
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1138 auto Symbols = GlobalScope->findChildren(

Completed in 288 milliseconds