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

/openbsd-current/gnu/llvm/lld/ELF/
H A DInputFiles.h71 bool isElf() const { function in class:lld::elf::InputFile
167 static bool classof(const InputFile *f) { return f->isElf(); }
H A DLTO.cpp276 // for isElf(). Skip linker script defined symbols as well: they have
278 !(dr->section == nullptr && (!sym->file || sym->file->isElf()));
H A DInputFiles.cpp235 if (!file->isElf() && !isa<BitcodeFile>(file))

Completed in 100 milliseconds