/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | NativeSymbolReuseTest.cpp | 74 while (auto Compiland = Compilands->getNext()) in TEST() local 75 CompilandIds.push_back(Compiland->getSymIndexId()); in TEST() 77 while (auto Compiland = Compilands->getNext()) in TEST() local 78 Ids2.push_back(Compiland->getSymIndexId()); in TEST() 89 while (auto Compiland = Compilands->getNext()) in TEST() local 90 Ids3.push_back(Compiland->getSymIndexId()); in TEST() 118 auto Compiland = Compilands->getChildAtIndex(I); in TEST() local 119 CompilandIds.push_back(Compiland->getSymIndexId()); in TEST() 122 while (auto Compiland = Compilands->getNext()) in TEST() local 123 Ids2.push_back(Compiland->getSymIndexId()); in TEST()
|
D | PDBApiTest.cpp | 99 findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument 117 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, in findSourceFiles() argument 122 findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument 142 const PDBSymbolCompiland &Compiland) const override { in getSourceFilesForCompiland() 415 InsertItemWithTag(PDB_SymType::Compiland); in SetUp() 477 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); in TEST_F()
|
/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/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/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)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 50 findLineNumbers(const PDBSymbolCompiland &Compiland, 61 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 64 findOneSourceFile(const PDBSymbolCompiland *Compiland, 75 const PDBSymbolCompiland &Compiland) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 50 findLineNumbers(const PDBSymbolCompiland &Compiland, 61 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 64 findOneSourceFile(const PDBSymbolCompiland *Compiland, 75 const PDBSymbolCompiland &Compiland) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 53 findLineNumbers(const PDBSymbolCompiland &Compiland, 64 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 67 findOneSourceFile(const PDBSymbolCompiland *Compiland, 79 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
|
D | PDBSymbolCompiland.h | 22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
|
/external/swiftshader/third_party/llvm-10.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 | 22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
|
/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-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 235 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument 238 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in findLineNumbers() 283 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument 291 if (Compiland) in findSourceFiles() 292 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol()) in findSourceFiles() 305 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument 308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile() 341 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland() 345 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in getSourceFilesForCompiland()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 235 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument 238 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in findLineNumbers() 283 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument 291 if (Compiland) in findSourceFiles() 292 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol()) in findSourceFiles() 305 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument 308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile() 341 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland() 345 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in getSourceFilesForCompiland()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 58 findLineNumbers(const PDBSymbolCompiland &Compiland, 69 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 72 findOneSourceFile(const PDBSymbolCompiland *Compiland, 83 const PDBSymbolCompiland &Compiland) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 66 findLineNumbers(const PDBSymbolCompiland &Compiland, 77 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 80 findOneSourceFile(const PDBSymbolCompiland *Compiland, 91 const PDBSymbolCompiland &Compiland) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 123 NativeSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument 146 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument 153 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument 176 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
|
D | NativeCompilandSymbol.cpp | 20 : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {} in NativeCompilandSymbol() 23 return PDB_SymType::Compiland; in getSymTag()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeCompilandSymbol.cpp | 20 : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {} in NativeCompilandSymbol() 23 return PDB_SymType::Compiland; in getSymTag()
|
D | NativeSession.cpp | 266 NativeSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument 290 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument 297 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument 320 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
|
/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/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbSymUid.cpp | 72 repr.tag = static_cast<uint64_t>(PdbSymUidKind::Compiland); in PdbSymUid() 118 assert(kind() == PdbSymUidKind::Compiland); in asCompiland()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 61 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()
|