Home
last modified time | relevance | path

Searched refs:PdbFileBuffer (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFileBuilder.h35 std::unique_ptr<codeview::StreamInterface> PdbFileBuffer);
51 std::unique_ptr<codeview::StreamInterface> PdbFileBuffer;
DPDBFile.h72 explicit PDBFile(std::unique_ptr<codeview::StreamInterface> PdbFileBuffer);
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFileBuilder.cpp25 std::unique_ptr<codeview::StreamInterface> PdbFileBuffer) in PDBFileBuilder() argument
26 : File(llvm::make_unique<PDBFile>(std::move(PdbFileBuffer))) {} in PDBFileBuilder()
DPDBFile.cpp38 PDBFile::PDBFile(std::unique_ptr<StreamInterface> PdbFileBuffer) in PDBFile() argument
39 : Buffer(std::move(PdbFileBuffer)), SB(nullptr) {} in PDBFile()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp42 PDBFile::PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer, in PDBFile() argument
44 : FilePath(Path), Allocator(Allocator), Buffer(std::move(PdbFileBuffer)) {} in PDBFile()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp42 PDBFile::PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer, in PDBFile() argument
45 Buffer(std::move(PdbFileBuffer)) {} in PDBFile()