HomeSort by relevance Sort by last modified time
    Searched refs:Compiland (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
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/
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;
PDBSymbolCompiland.h 27 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
PDBTypes.h 171 Compiland,
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
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/
PDBSymbolCompiland.h 27 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
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;
PDBTypes.h 182 Compiland,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
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/Native/
NativeCompilandSymbol.cpp 23 return PDB_SymType::Compiland;
NativeExeSymbol.cpp 31 case PDB_SymType::Compiland: {
NativeSession.cpp 215 NativeSession::findLineNumbers(const PDBSymbolCompiland &Compiland,
238 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland,
245 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland,
268 const PDBSymbolCompiland &Compiland) const {
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 179 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland,
182 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol());
204 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland,
212 if (Compiland)
213 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol())
226 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland,
229 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags);
262 const PDBSymbolCompiland &Compiland) const {
266 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol());
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawSession.cpp 94 RawSession::findLineNumbers(const PDBSymbolCompiland &Compiland,
105 RawSession::findSourceFiles(const PDBSymbolCompiland *Compiland,
112 RawSession::findOneSourceFile(const PDBSymbolCompiland *Compiland,
135 const PDBSymbolCompiland &Compiland) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
PDBSymbolData.cpp 68 if (LexParent->getSymTag() == PDB_SymType::Compiland)
PDBSymbolCompiland.cpp 1 //===- PDBSymbolCompiland.cpp - compiland details ---------------*- C++ -*-===//
28 assert(RawSymbol->getSymTag() == PDB_SymType::Compiland);
44 // compiles this compiland.
93 // At this point, we have to walk through all source files of this compiland,
95 // compiland based on language indicated in compilanddetails language field.
PDBSymbol.cpp 71 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland)
PDBExtras.cpp 176 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Compiland, OS)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 243 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland,
246 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol());
291 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland,
299 if (Compiland)
300 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol())
313 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland,
316 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags);
349 const PDBSymbolCompiland &Compiland) const {
353 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol());
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 82 findLineNumbers(const PDBSymbolCompiland &Compiland,
91 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
96 findOneSourceFile(const PDBSymbolCompiland *Compiland,
116 const PDBSymbolCompiland &Compiland) const override {
329 InsertItemWithTag(PDB_SymType::Compiland);
391 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 100 findLineNumbers(const PDBSymbolCompiland &Compiland,
118 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
123 findOneSourceFile(const PDBSymbolCompiland *Compiland,
143 const PDBSymbolCompiland &Compiland) const override {
411 InsertItemWithTag(PDB_SymType::Compiland);
473 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland);
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbol.cpp 70 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland)
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 115 cl::opt<bool> Symbols("symbols", cl::desc("Display symbols for each compiland"),
211 cl::opt<bool> DumpModules("modules", cl::desc("dump compiland information"),
445 while (auto Compiland = Compilands->getNext())
446 Dumper.start(*Compiland, options);
465 while (auto Compiland = Compilands->getNext())
466 Dumper.start(*Compiland, true);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 179 cl::desc("Display symbols for each compiland"),
486 cl::opt<bool> DumpModules("modules", cl::desc("dump compiland information"),
598 cl::opt<bool> DumpModules("modules", cl::desc("dump compiland information"),
    [all...]

Completed in 428 milliseconds

1 2