Home
last modified time | relevance | path

Searched refs:PDBKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h70 PDBKind, enumerator
315 static bool classof(const InputFile *f) { return f->kind() == PDBKind; } in classof()
H A DInputFiles.cpp853 : InputFile(ctx, PDBKind, m) {} in PDBInputFile()