Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h109 OpaqueKind, enumerator
212 static bool classof(const InputFile *f) { return f->kind() == OpaqueKind; } in classof()
H A DInputFiles.cpp941 : InputFile(OpaqueKind, mb) { in OpaqueFile()