Home
last modified time | relevance | path

Searched refs:PDBInputFile (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lld/COFF/
H A DInputFiles.h326 class PDBInputFile : public InputFile {
328 explicit PDBInputFile(COFFLinkerContext &ctx, MemoryBufferRef m);
329 ~PDBInputFile();
333 static PDBInputFile *findFromRecordPath(const COFFLinkerContext &ctx,
H A DDebugTypes.h34 class PDBInputFile; variable
168 PDBInputFile *pdbInputFile);
H A DInputFiles.cpp1048 PDBInputFile::PDBInputFile(COFFLinkerContext &ctx, MemoryBufferRef m) in BitcodeFile()
1051 PDBInputFile::~PDBInputFile() = default; in BitcodeFile()
1053 PDBInputFile *PDBInputFile::findFromRecordPath(const COFFLinkerContext &ctx, in BitcodeFile()
1065 void PDBInputFile::parse() { in BitcodeFile()
904 PDBInputFile::PDBInputFile(COFFLinkerContext &ctx, MemoryBufferRef m) PDBInputFile() function in PDBInputFile
H A DCOFFLinkerContext.h57 std::map<std::string, PDBInputFile *> pdbInputFileInstances;
H A DDebugTypes.cpp51 explicit TypeServerSource(COFFLinkerContext &ctx, PDBInputFile *f) in TypeServerSource()
76 PDBInputFile *pdbInputFile = nullptr;
191 PDBInputFile *pdbInputFile) { in makeTypeServerSource()
428 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(ctx, tsPath, file); in getTypeServerSource()
H A DDriver.cpp294 addFile(make<PDBInputFile>(ctx, mbref)); in addArchiveBuffer()