Home
last modified time | relevance | path

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

/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/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/
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/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/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/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/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/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp70 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in create()
DPDBExtras.cpp217 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Compiland, OS) in operator <<()