Searched refs:Compiland (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/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;
|
/third_party/skia/third_party/externals/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)
|
D | PDBTypes.h | 244 Compiland, enumerator
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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;
|
/third_party/skia/third_party/externals/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()
|
D | NativeExeSymbol.cpp | 39 case PDB_SymType::Compiland: { in findChildren()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 61 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()
|
D | PDBSymbol.cpp | 67 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in createSymbol()
|
D | PDBExtras.cpp | 227 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Compiland, OS) in operator <<()
|