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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 535 CGM.SetLLVMFunctionAttributes(MD, FnInfo, ThunkFn, /*IsThunk=*/false);
CodeGenModule.h 1166 void SetLLVMFunctionAttributes(GlobalDecl GD, const CGFunctionInfo &Info,
CGNonTrivialStruct.cpp 473 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, F, /*IsThunk=*/false);
CodeGenModule.cpp 1480 void CodeGenModule::SetLLVMFunctionAttributes(GlobalDecl GD,
2025 SetLLVMFunctionAttributes(GD, FI, F, /*IsThunk=*/false);
2079 SetLLVMFunctionAttributes(GD, getTypes().arrangeGlobalDeclaration(GD), F,
ItaniumCXXABI.cpp 2814 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Wrapper, /*IsThunk=*/false);
2947 CGM.SetLLVMFunctionAttributes(
CGBlocks.cpp 1905 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Fn, /*IsThunk=*/false);
CGObjC.cpp 763 CGM.SetLLVMFunctionAttributes(OMD, FI, Fn, /*IsThunk=*/false);
MicrosoftCXXABI.cpp 2054 CGM.SetLLVMFunctionAttributes(MD, FnInfo, ThunkFn, /*IsThunk=*/false);
CGExpr.cpp 3398 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, F, /*IsThunk=*/false);
CGBuiltin.cpp 1695 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Fn, /*IsThunk=*/false);

Completed in 83 milliseconds