Searched refs:isElf (Results 1 – 4 of 4) sorted by relevance
72 bool isElf() const { in isElf() function182 static bool classof(const InputFile *f) { return f->isElf(); } in classof()
269 (sym->file->isInternal() || sym->file->isElf())); in add()
272 if (!file->isElf() && !isa<BitcodeFile>(file)) in isCompatible()
3081 bool isElf = TM.getTargetTriple().isOSBinFormatELF(); in emitJumpTableSizesSection() local3084 if (!isCoff && !isElf) in emitJumpTableSizesSection()3087 if (isElf) { in emitJumpTableSizesSection()