Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DNativeSymbolReuseTest.cpp74 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()
DPDBApiTest.cpp99 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/
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/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/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)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h50 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/
DDIASession.h50 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/
DIPDBSession.h53 findLineNumbers(const PDBSymbolCompiland &Compiland,
64 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
67 findOneSourceFile(const PDBSymbolCompiland *Compiland,
79 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
DPDBSymbolCompiland.h22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h54 findLineNumbers(const PDBSymbolCompiland &Compiland,
65 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
68 findOneSourceFile(const PDBSymbolCompiland *Compiland,
80 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
DPDBSymbolCompiland.h22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
/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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp235 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/
DDIASession.cpp235 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/
DNativeSession.h58 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/
DNativeSession.h66 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/
DNativeSession.cpp123 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()
DNativeCompilandSymbol.cpp20 : 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/
DNativeCompilandSymbol.cpp20 : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {} in NativeCompilandSymbol()
23 return PDB_SymType::Compiland; in getSymTag()
DNativeSession.cpp266 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/
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-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbSymUid.cpp72 repr.tag = static_cast<uint64_t>(PdbSymUidKind::Compiland); in PdbSymUid()
118 assert(kind() == PdbSymUidKind::Compiland); in asCompiland()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp61 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()

12