Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h72 bool isElf() const { in isElf() function
182 static bool classof(const InputFile *f) { return f->isElf(); } in classof()
H A DLTO.cpp269 (sym->file->isInternal() || sym->file->isElf())); in add()
H A DInputFiles.cpp272 if (!file->isElf() && !isa<BitcodeFile>(file)) in isCompatible()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3081 bool isElf = TM.getTargetTriple().isOSBinFormatELF(); in emitJumpTableSizesSection() local
3084 if (!isCoff && !isElf) in emitJumpTableSizesSection()
3087 if (isElf) { in emitJumpTableSizesSection()