HomeSort by: relevance | last modified time | path
    Searched defs:setTargetAttributes (Results 1 - 2 of 2) 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...]

Completed in 33 milliseconds