Searched refs:ConstructAttributeList (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 985 void ConstructAttributeList(StringRef Name, const CGFunctionInfo &Info,
|
D | CGVTables.cpp | 378 CGM.ConstructAttributeList(Callee->getName(), *CurFnInfo, MD, AttributeList, in EmitMustTailThunk()
|
D | CGCall.cpp | 1620 void CodeGenModule::ConstructAttributeList( in ConstructAttributeList() function in CodeGenModule 3908 CGM.ConstructAttributeList(Callee->getName(), CallInfo, CalleeInfo, in EmitCall()
|
D | CodeGenModule.cpp | 823 ConstructAttributeList(F->getName(), Info, D, AttributeList, CallingConv, in SetLLVMFunctionAttributes()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.h | 1166 void ConstructAttributeList(StringRef Name, const CGFunctionInfo &Info,
|
D | CGVTables.cpp | 429 CGM.ConstructAttributeList(Callee.getCallee()->getName(), *CurFnInfo, GD, in EmitMustTailThunk()
|
D | CGCall.cpp | 1909 void CodeGenModule::ConstructAttributeList( in ConstructAttributeList() function in CodeGenModule 4865 CGM.ConstructAttributeList(CalleePtr->getName(), CallInfo, in EmitCall()
|
D | CodeGenModule.cpp | 1369 ConstructAttributeList(F->getName(), Info, GD, PAL, CallingConv, false); in SetLLVMFunctionAttributes()
|