HomeSort by relevance Sort by last modified time
    Searched refs:SetCommonAttributes (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCXX.cpp 171 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
CodeGenModule.cpp 458 SetCommonAttributes(D, GV);
531 void CodeGenModule::SetCommonAttributes(const Decl *D,
555 SetCommonAttributes(D, F);
    [all...]
CodeGenModule.h 806 /// SetCommonAttributes - Set attributes which are common to any
811 void SetCommonAttributes(const Decl *D, llvm::GlobalValue *GV);
    [all...]

Completed in 318 milliseconds