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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 1485 bool GetCPUAndFeaturesAttributes(GlobalDecl GD,
CGCall.cpp 1872 // TODO: call GetCPUAndFeaturesAttributes?
1880 GetCPUAndFeaturesAttributes(GlobalDecl(), attrs);
2215 GetCPUAndFeaturesAttributes(CalleeInfo.getCalleeDecl(), FuncAttrs);
CodeGenModule.cpp 1913 bool CodeGenModule::GetCPUAndFeaturesAttributes(GlobalDecl GD,
1999 if (GetCPUAndFeaturesAttributes(GD, Attrs)) {
2000 // We know that GetCPUAndFeaturesAttributes will always have the

Completed in 29 milliseconds