Home
last modified time | relevance | path

Searched refs:Compiland (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp179 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument
182 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in findLineNumbers()
204 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument
212 if (Compiland) in findSourceFiles()
213 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol()) in findSourceFiles()
226 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument
229 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile()
262 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
266 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in getSourceFilesForCompiland()
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h51 findLineNumbers(const PDBSymbolCompiland &Compiland,
57 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
60 findOneSourceFile(const PDBSymbolCompiland *Compiland,
72 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
DPDBSymbolCompiland.h27 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
DPDBTypes.h171 Compiland, enumerator
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h41 findLineNumbers(const PDBSymbolCompiland &Compiland,
47 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
50 findOneSourceFile(const PDBSymbolCompiland *Compiland,
61 const PDBSymbolCompiland &Compiland) const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h40 findLineNumbers(const PDBSymbolCompiland &Compiland,
46 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
49 findOneSourceFile(const PDBSymbolCompiland *Compiland,
60 const PDBSymbolCompiland &Compiland) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h54 findLineNumbers(const PDBSymbolCompiland &Compiland,
65 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
68 findOneSourceFile(const PDBSymbolCompiland *Compiland,
80 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
DPDBSymbolCompiland.h27 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
DPDBTypes.h182 Compiland, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h51 findLineNumbers(const PDBSymbolCompiland &Compiland,
62 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
65 findOneSourceFile(const PDBSymbolCompiland *Compiland,
76 const PDBSymbolCompiland &Compiland) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp243 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument
246 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in findLineNumbers()
291 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument
299 if (Compiland) in findSourceFiles()
300 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol()) in findSourceFiles()
313 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument
316 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile()
349 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
353 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in getSourceFilesForCompiland()
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp94 RawSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument
105 RawSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument
112 RawSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument
135 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h70 findLineNumbers(const PDBSymbolCompiland &Compiland,
81 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
84 findOneSourceFile(const PDBSymbolCompiland *Compiland,
95 const PDBSymbolCompiland &Compiland) const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp82 findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument
91 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, in findSourceFiles() argument
96 findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument
116 const PDBSymbolCompiland &Compiland) const override { in getSourceFilesForCompiland()
329 InsertItemWithTag(PDB_SymType::Compiland); in SetUp()
391 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp215 NativeSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument
238 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument
245 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument
268 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
DNativeCompilandSymbol.cpp23 return PDB_SymType::Compiland; in getSymTag()
DNativeExeSymbol.cpp31 case PDB_SymType::Compiland: { in findChildren()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp100 findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument
118 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, in findSourceFiles() argument
123 findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument
143 const PDBSymbolCompiland &Compiland) const override { in getSourceFilesForCompiland()
411 InsertItemWithTag(PDB_SymType::Compiland); in SetUp()
473 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); in TEST_F()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp445 while (auto Compiland = Compilands->getNext()) in dumpPretty() local
446 Dumper.start(*Compiland, options); in dumpPretty()
465 while (auto Compiland = Compilands->getNext()) in dumpPretty() local
466 Dumper.start(*Compiland, true); in dumpPretty()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp68 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()
DPDBSymbolCompiland.cpp28 assert(RawSymbol->getSymTag() == PDB_SymType::Compiland); in PDBSymbolCompiland()
DPDBSymbol.cpp71 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in create()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp70 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in create()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp1064 while (auto Compiland = Compilands->getNext()) in dumpPretty() local
1065 Dumper.start(*Compiland, options); in dumpPretty()
1085 while (auto Compiland = Compilands->getNext()) in dumpPretty() local
1086 Dumper.start(*Compiland, true); in dumpPretty()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
Dindex.rst98 | DBI Stream | - Fixed Stream Index 3 | - Module/Compiland Information |

12