reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
130 if (!file->isElf() && !isa<BitcodeFile>(file))
tools/lld/ELF/InputFiles.h 156 static bool classof(const InputFile *f) { return f->isElf(); }
tools/lld/ELF/LTO.cpp 199 !(dr->section == nullptr && (!sym->file || sym->file->isElf()));