Home
last modified time | relevance | path

Searched refs:PDBSymbolCompiland (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h20 class PDBSymbolCompiland; variable
51 findLineNumbers(const PDBSymbolCompiland &Compiland,
57 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
60 findOneSourceFile(const PDBSymbolCompiland *Compiland,
63 virtual std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
66 virtual std::unique_ptr<PDBSymbolCompiland>
72 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
DPDBSymbolCompiland.h22 class PDBSymbolCompiland : public PDBSymbol {
24 PDBSymbolCompiland(const IPDBSession &PDBSession,
/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,
53 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
56 std::unique_ptr<PDBSymbolCompiland>
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,
52 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
55 std::unique_ptr<PDBSymbolCompiland>
60 const PDBSymbolCompiland &Compiland) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h20 class PDBSymbolCompiland; variable
53 findLineNumbers(const PDBSymbolCompiland &Compiland,
64 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
67 findOneSourceFile(const PDBSymbolCompiland *Compiland,
70 virtual std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
73 virtual std::unique_ptr<PDBSymbolCompiland>
79 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h20 class PDBSymbolCompiland; variable
54 findLineNumbers(const PDBSymbolCompiland &Compiland,
65 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
68 findOneSourceFile(const PDBSymbolCompiland *Compiland,
71 virtual std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
74 virtual std::unique_ptr<PDBSymbolCompiland>
80 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp20 PDBSymbolCompiland::PDBSymbolCompiland(const IPDBSession &PDBSession, in PDBSymbolCompiland() function in PDBSymbolCompiland
24 void PDBSymbolCompiland::dump(PDBSymDumper &Dumper) const { in dump()
28 std::string PDBSymbolCompiland::getSourceFileName() const in getSourceFileName()
/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,
67 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
70 std::unique_ptr<PDBSymbolCompiland>
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,
67 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
70 std::unique_ptr<PDBSymbolCompiland>
75 const PDBSymbolCompiland &Compiland) const override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp94 RawSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers()
105 RawSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles()
112 RawSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
118 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
124 std::unique_ptr<PDBSymbolCompiland>
135 const PDBSymbolCompiland &Compiland) const { 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,
75 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
78 std::unique_ptr<PDBSymbolCompiland>
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,
83 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
86 std::unique_ptr<PDBSymbolCompiland>
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()
146 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles()
153 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
159 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
165 std::unique_ptr<PDBSymbolCompiland>
176 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp52 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
61 return std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>( in getCompilands()
62 new ConcreteSymbolEnumerator<PDBSymbolCompiland>(std::move(Enumerator))); in getCompilands()
DDIASession.cpp235 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers()
283 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles()
305 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
314 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
323 std::unique_ptr<PDBSymbolCompiland>
341 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp52 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
61 return std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>( in getCompilands()
62 new ConcreteSymbolEnumerator<PDBSymbolCompiland>(std::move(Enumerator))); in getCompilands()
DDIASession.cpp235 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers()
283 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles()
305 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
314 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
323 std::unique_ptr<PDBSymbolCompiland>
341 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp63 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
72 return std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>( in getCompilands()
73 new ConcreteSymbolEnumerator<PDBSymbolCompiland>(std::move(Enumerator))); in getCompilands()
DDIASession.cpp179 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers()
204 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles()
226 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
235 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
244 std::unique_ptr<PDBSymbolCompiland>
262 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp24 void PDBSymbolCompiland::dump(PDBSymDumper &Dumper) const { in dump()
28 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName()
32 std::string PDBSymbolCompiland::getSourceFileFullPath() const { in getSourceFileFullPath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp24 void PDBSymbolCompiland::dump(PDBSymDumper &Dumper) const { in dump()
28 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName()
32 std::string PDBSymbolCompiland::getSourceFileFullPath() const { in getSourceFileFullPath()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp82 findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers()
91 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, in findSourceFiles()
96 findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
101 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
106 std::unique_ptr<PDBSymbolCompiland>
116 const PDBSymbolCompiland &Compiland) const override { in getSourceFilesForCompiland()
391 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); in TEST_F()
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DNativeSymbolReuseTest.cpp67 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST()
84 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST()
111 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST()
DPDBApiTest.cpp99 findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers()
117 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, in findSourceFiles()
122 findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
127 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
132 std::unique_ptr<PDBSymbolCompiland>
142 const PDBSymbolCompiland &Compiland) const override { in getSourceFilesForCompiland()
477 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); in TEST_F()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp266 NativeSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers()
290 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles()
297 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
303 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
309 std::unique_ptr<PDBSymbolCompiland>
320 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()

123