HomeSort by: relevance | last modified time | path
    Searched refs:setTargetAttributes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.h 56 /// setTargetAttributes - Provides a convenient hook to handle extra
58 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
TargetInfo.cpp 822 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
824 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM);
1203 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2123 void X86_32TargetCodeGenInfo::setTargetAttributes(
2489 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2627 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2655 void WinX86_32TargetCodeGenInfo::setTargetAttributes(
2657 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM);
2669 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2699 void WinX86_64TargetCodeGenInfo::setTargetAttributes(
    [all...]
CodeGenModule.cpp 2018 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this);
2102 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this);
3970 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this);

Completed in 28 milliseconds