Home
last modified time | relevance | path

Searched refs:isFormatSpecific (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h210 bool isFormatSpecific() const { return (Flags >> S::FB_format_specific) & 1; } in isFormatSpecific() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp571 if (Sym.isGlobal() && !Sym.isFormatSpecific()) in create()