Searched refs:PdbFileBuffer (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | PDBFileBuilder.h | 35 std::unique_ptr<codeview::StreamInterface> PdbFileBuffer); 51 std::unique_ptr<codeview::StreamInterface> PdbFileBuffer;
|
D | PDBFile.h | 72 explicit PDBFile(std::unique_ptr<codeview::StreamInterface> PdbFileBuffer);
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | PDBFileBuilder.cpp | 25 std::unique_ptr<codeview::StreamInterface> PdbFileBuffer) in PDBFileBuilder() argument 26 : File(llvm::make_unique<PDBFile>(std::move(PdbFileBuffer))) {} in PDBFileBuilder()
|
D | PDBFile.cpp | 38 PDBFile::PDBFile(std::unique_ptr<StreamInterface> PdbFileBuffer) in PDBFile() argument 39 : Buffer(std::move(PdbFileBuffer)), SB(nullptr) {} in PDBFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFile.h | 46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFile.h | 46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFile.cpp | 42 PDBFile::PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer, in PDBFile() argument 45 Buffer(std::move(PdbFileBuffer)) {} in PDBFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFile.cpp | 42 PDBFile::PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer, in PDBFile() argument 44 : FilePath(Path), Allocator(Allocator), Buffer(std::move(PdbFileBuffer)) {} in PDBFile()
|