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.h123 bool isELF() const { in isELF() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h283 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp337 bool isELF = in canIncreaseAlignment() local