Searched refs:supportsIFunc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1152 bool supportsIFunc() const { return getTriple().isOSBinFormatELF(); } function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp965 else if (CGM.getTarget().supportsIFunc())
2924 if (TI.supportsIFunc() || FD->isTargetMultiVersion()) {
2962 if (getTarget().supportsIFunc())
3043 if (getTarget().supportsIFunc()) {
3069 if (getTarget().supportsIFunc())
3084 if (getTarget().supportsIFunc()) {
H A DCodeGenFunction.cpp2397 bool SupportsIFunc = getContext().getTargetInfo().supportsIFunc();

Completed in 148 milliseconds