Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp139 return RawSymbol->findChildren(Type); in findAllChildren()
143 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in PDBSymbol
145 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-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h101 auto BaseIter = RawSymbol->findChildren(T::Tag); in findAllChildren()
110 findChildren(PDB_SymType Type, StringRef Name,
DIPDBRawSymbol.h39 findChildren(PDB_SymType Type) const = 0;
42 findChildren(PDB_SymType Type, StringRef Name,
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc304 if (FAILED(global->findChildren(SymTagCompiland, NULL, in PrintSourceFiles()
361 hr = global->findChildren(SymTagFunction, NULL, nsNone, &symbols); in PrintFunctions()
385 hr = global->findChildren(SymTagPublicSymbol, NULL, nsNone, &symbols); in PrintFunctions()
451 if (FAILED(global->findChildren(SymTagCompiland, NULL, in PrintFunctions()
460 if (FAILED(compiland->findChildren(SymTagBlock, NULL, in PrintFunctions()
1014 if (FAILED(function->findChildren(SymTagData, NULL, nsNone, in GetFunctionStackParamSize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeExeSymbol.h26 findChildren(PDB_SymType Type) const override;
DNativeEnumSymbol.h31 findChildren(PDB_SymType Type) const override;
DNativeRawSymbol.h33 findChildren(PDB_SymType Type) const override;
35 findChildren(PDB_SymType Type, StringRef Name,
/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-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp29 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in llvm::pdb::NativeExeSymbol
DNativeRawSymbol.cpp23 NativeRawSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeRawSymbol
28 NativeRawSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in NativeRawSymbol
DNativeEnumSymbol.cpp37 NativeEnumSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in NativeEnumSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h28 findChildren(PDB_SymType Type) const override;
30 findChildren(PDB_SymType Type, StringRef Name,
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp133 findChildren(PDB_SymType Type) const override { in findChildren() function in __anon177c5eee0111::MockRawSymbol
137 findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in __anon177c5eee0111::MockRawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp172 findChildren(PDB_SymType Type) const override { in findChildren() function in __anon8912c4460111::MockRawSymbol
176 findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in __anon8912c4460111::MockRawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp373 DIARawSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in DIARawSymbol
379 if (S_OK != Symbol->findChildren(EnumVal, nullptr, nsNone, &DiaEnumerator)) in findChildren()
387 DIARawSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in DIARawSymbol
/external/testng/src/main/java/org/testng/xml/dom/
DDomUtil.java138 public static Iterator<Node> findChildren(Node node, String name) { in findChildren() method in DomUtil
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp365 DIARawSymbol::findChildren(PDB_SymType Type) const { in findChildren() function in DIARawSymbol
376 DIARawSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() function in DIARawSymbol
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py850 findChildren = findAll variable in Tag
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp984 auto Symbols = GlobalScope->findChildren( in dumpPretty()