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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h55 /// setTargetAttributes - Provides a convenient hook to handle extra
57 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, function in class:clang::CodeGen::TargetCodeGenInfo
H A DTargetInfo.cpp815 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
817 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM);
1200 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2094 void X86_32TargetCodeGenInfo::setTargetAttributes( function in class:X86_32TargetCodeGenInfo
2466 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2606 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2634 void WinX86_32TargetCodeGenInfo::setTargetAttributes( function in class:__anon1834::WinX86_32TargetCodeGenInfo
2636 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM);
2648 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2678 void WinX86_64TargetCodeGenInfo::setTargetAttributes( function in class:__anon1834::WinX86_64TargetCodeGenInfo
[all...]
H A DCodeGenModule.cpp1817 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this);
1900 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this);
3636 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this);

Completed in 118 milliseconds