Searched refs:ClangToLLVMArgMapping (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1284 class ClangToLLVMArgMapping { class 1306 ClangToLLVMArgMapping(const ASTContext &Context, const CGFunctionInfo &FI, in ClangToLLVMArgMapping() function in __anond5d483060411::ClangToLLVMArgMapping 1349 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() 1505 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true); in GetFunctionType() 1802 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI); in ConstructAttributeList() 2095 ClangToLLVMArgMapping IRFunctionArgs(CGM.getContext(), FI); in EmitFunctionProlog() 3552 ClangToLLVMArgMapping IRFunctionArgs(CGM.getContext(), CallInfo); in EmitCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1379 class ClangToLLVMArgMapping { class 1401 ClangToLLVMArgMapping(const ASTContext &Context, const CGFunctionInfo &FI, in ClangToLLVMArgMapping() function in __anon48bc75540511::ClangToLLVMArgMapping 1444 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() 1603 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true); in GetFunctionType() 2087 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI); in ConstructAttributeList() 2434 ClangToLLVMArgMapping IRFunctionArgs(CGM.getContext(), FI); in EmitFunctionProlog() 4378 ClangToLLVMArgMapping IRFunctionArgs(CGM.getContext(), CallInfo); in EmitCall()
|