Searched refs:instanceMethod (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 267 bool instanceMethod,
|
| H A D | CGCall.cpp | 179 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument 188 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo() 742 bool instanceMethod, in arrangeLLVMFunctionInfo() argument 753 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, paramInfos, in arrangeLLVMFunctionInfo() 764 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info, in arrangeLLVMFunctionInfo() 801 bool instanceMethod, in create() argument 820 FI->InstanceMethod = instanceMethod; in create()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 617 bool instanceMethod,
|