Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h72 bool isElf() const { in isElf() function
185 static bool classof(const InputFile *f) { return f->isElf(); } in classof()
H A DLTO.cpp264 (sym->file->isInternal() || sym->file->isElf())); in add()
H A DInputFiles.cpp271 if (!file->isElf() && !isa<BitcodeFile>(file)) in isCompatible()