/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 124 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/ |
D | PDBSymbol.h | 71 auto BaseIter = RawSymbol->findChildren(T::Tag); in findAllChildren() 78 findChildren(PDB_SymType Type, StringRef Name,
|
D | IPDBRawSymbol.h | 36 findChildren(PDB_SymType Type) const = 0; 39 findChildren(PDB_SymType Type, StringRef Name,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 148 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/ |
D | PDBSymbol.cpp | 148 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/ |
D | PDBSymbol.h | 131 auto BaseIter = RawSymbol->findChildren(T::Tag); in findAllChildren() 140 findChildren(PDB_SymType Type, StringRef Name,
|
D | IPDBRawSymbol.h | 57 findChildren(PDB_SymType Type) const = 0; 60 findChildren(PDB_SymType Type, StringRef Name,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbol.h | 128 auto BaseIter = RawSymbol->findChildren(T::Tag); in findAllChildren() 137 findChildren(PDB_SymType Type, StringRef Name,
|
D | IPDBRawSymbol.h | 53 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/ |
D | NativeExeSymbol.h | 28 findChildren(PDB_SymType Type) const override;
|
D | NativeTypeFunctionSig.h | 42 findChildren(PDB_SymType Type) const override;
|
D | NativeTypeEnum.h | 37 findChildren(PDB_SymType Type) const override;
|
D | NativeRawSymbol.h | 33 findChildren(PDB_SymType Type) const override; 35 findChildren(PDB_SymType Type, StringRef Name,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeExeSymbol.h | 28 findChildren(PDB_SymType Type) const override;
|
D | NativeTypeFunctionSig.h | 42 findChildren(PDB_SymType Type) const override;
|
D | NativeTypeEnum.h | 37 findChildren(PDB_SymType Type) const override;
|
D | NativeRawSymbol.h | 33 findChildren(PDB_SymType Type) const override; 35 findChildren(PDB_SymType Type, StringRef Name,
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 337 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/ |
D | DIARawSymbol.h | 28 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/ |
D | NativeExeSymbol.cpp | 37 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeExeSymbol
|
D | NativeRawSymbol.cpp | 32 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/ |
D | DIARawSymbol.h | 28 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/ |
D | DIARawSymbol.h | 28 findChildren(PDB_SymType Type) const override; 30 findChildren(PDB_SymType Type, StringRef Name,
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeExeSymbol.cpp | 37 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeExeSymbol
|
D | NativeRawSymbol.cpp | 32 NativeRawSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeRawSymbol 37 NativeRawSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in NativeRawSymbol
|