/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 179 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/ |
D | IPDBSession.h | 51 findLineNumbers(const PDBSymbolCompiland &Compiland, 57 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 60 findOneSourceFile(const PDBSymbolCompiland *Compiland, 72 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
|
D | PDBSymbolCompiland.h | 27 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
|
D | PDBTypes.h | 171 Compiland, enumerator
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 41 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/ |
D | RawSession.h | 40 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/ |
D | IPDBSession.h | 54 findLineNumbers(const PDBSymbolCompiland &Compiland, 65 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 68 findOneSourceFile(const PDBSymbolCompiland *Compiland, 80 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
|
D | PDBSymbolCompiland.h | 27 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
|
D | PDBTypes.h | 182 Compiland, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 51 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/ |
D | DIASession.cpp | 243 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/ |
D | RawSession.cpp | 94 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/ |
D | NativeSession.h | 70 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/ |
D | PDBApiTest.cpp | 82 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/ |
D | NativeSession.cpp | 215 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()
|
D | NativeCompilandSymbol.cpp | 23 return PDB_SymType::Compiland; in getSymTag()
|
D | NativeExeSymbol.cpp | 31 case PDB_SymType::Compiland: { in findChildren()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 100 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/ |
D | llvm-pdbdump.cpp | 445 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/ |
D | PDBSymbolData.cpp | 68 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()
|
D | PDBSymbolCompiland.cpp | 28 assert(RawSymbol->getSymTag() == PDB_SymType::Compiland); in PDBSymbolCompiland()
|
D | PDBSymbol.cpp | 71 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in create()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 70 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 1064 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/ |
D | index.rst | 98 | DBI Stream | - Fixed Stream Index 3 | - Module/Compiland Information |
|