Home
last modified time | relevance | path

Searched refs:findChildren (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp124 return RawSymbol->findChildren(Type); in findAllChildren()
128 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in PDBSymbol
130 return RawSymbol->findChildren(Type, Name, Flags); in findChildren()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h71 auto BaseIter = RawSymbol->findChildren(T::Tag); in findAllChildren()
78 findChildren(PDB_SymType Type, StringRef Name,
DIPDBRawSymbol.h36 findChildren(PDB_SymType Type) const = 0;
39 findChildren(PDB_SymType Type, StringRef Name,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp148 return RawSymbol->findChildren(Type); in findAllChildren()
152 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in PDBSymbol
154 return RawSymbol->findChildren(Type, Name, Flags); in findChildren()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp148 return RawSymbol->findChildren(Type); in findAllChildren()
152 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in PDBSymbol
154 return RawSymbol->findChildren(Type, Name, Flags); in findChildren()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h131 auto BaseIter = RawSymbol->findChildren(T::Tag); in findAllChildren()
140 findChildren(PDB_SymType Type, StringRef Name,
DIPDBRawSymbol.h57 findChildren(PDB_SymType Type) const = 0;
60 findChildren(PDB_SymType Type, StringRef Name,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h128 auto BaseIter = RawSymbol->findChildren(T::Tag); in findAllChildren()
137 findChildren(PDB_SymType Type, StringRef Name,
DIPDBRawSymbol.h53 findChildren(PDB_SymType Type) const = 0;
56 findChildren(PDB_SymType Type, StringRef Name,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeExeSymbol.h28 findChildren(PDB_SymType Type) const override;
DNativeTypeFunctionSig.h42 findChildren(PDB_SymType Type) const override;
DNativeTypeEnum.h37 findChildren(PDB_SymType Type) const override;
DNativeRawSymbol.h33 findChildren(PDB_SymType Type) const override;
35 findChildren(PDB_SymType Type, StringRef Name,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeExeSymbol.h28 findChildren(PDB_SymType Type) const override;
DNativeTypeFunctionSig.h42 findChildren(PDB_SymType Type) const override;
DNativeTypeEnum.h37 findChildren(PDB_SymType Type) const override;
DNativeRawSymbol.h33 findChildren(PDB_SymType Type) const override;
35 findChildren(PDB_SymType Type, StringRef Name,
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc337 if (FAILED(global->findChildren(SymTagCompiland, NULL, in PrintSourceFiles()
394 hr = global->findChildren(SymTagFunction, NULL, nsNone, &symbols); in PrintFunctions()
416 hr = global->findChildren(SymTagPublicSymbol, NULL, nsNone, &symbols); in PrintFunctions()
458 if (FAILED(global->findChildren(SymTagCompiland, NULL, in PrintFunctions()
467 if (FAILED(compiland->findChildren(SymTagBlock, NULL, in PrintFunctions()
943 if (FAILED(function->findChildren(SymTagData, NULL, nsNone, in GetFunctionStackParamSize()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h28 findChildren(PDB_SymType Type) const override;
30 findChildren(PDB_SymType Type, StringRef Name,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp37 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeExeSymbol
DNativeRawSymbol.cpp32 NativeRawSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeRawSymbol
37 NativeRawSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in NativeRawSymbol
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h28 findChildren(PDB_SymType Type) const override;
30 findChildren(PDB_SymType Type, StringRef Name,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h28 findChildren(PDB_SymType Type) const override;
30 findChildren(PDB_SymType Type, StringRef Name,
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp37 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeExeSymbol
DNativeRawSymbol.cpp32 NativeRawSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeRawSymbol
37 NativeRawSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in NativeRawSymbol

12