Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputFiles.h62 LazyObjKind, enumerator
305 : InputFile(LazyObjKind, m), offsetInArchive(offsetInArchive) { in LazyObjFile()
309 static bool classof(const InputFile *f) { return f->kind() == LazyObjKind; } in classof()