Home
last modified time | relevance | path

Searched defs:isELF (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h124 bool isELF() const { in isELF() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h284 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp363 bool isELF = (!Parent || Parent->getTargetTriple().isOSBinFormatELF()); in canIncreaseAlignment() local