Home
last modified time | relevance | path

Searched refs:setLLVMFunctionFEnvAttributes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h84 static bool setLLVMFunctionFEnvAttributes() { return false; } in setLLVMFunctionFEnvAttributes() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1397 void setLLVMFunctionFEnvAttributes(const FunctionDecl *D, llvm::Function *F);
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp418 assert(!cir::MissingFeatures::setLLVMFunctionFEnvAttributes()); in emitGlobalFunctionDefinition()