Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h603 bool isLoaderReplaceableFunctionName(StringRef FuncName) const { in isLoaderReplaceableFunctionName() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2673 if (CodeGenOpts.isLoaderReplaceableFunctionName(Name)) in ConstructAttributeList()