Home
last modified time | relevance | path

Searched refs:instanceMethod (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h640 create(unsigned llvmCC, bool instanceMethod, bool chainCall,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp188 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument
198 instanceMethod ? FnInfoOpts::IsInstanceMethod : FnInfoOpts::None; in arrangeLLVMFunctionInfo()
828 CGFunctionInfo *CGFunctionInfo::create(unsigned llvmCC, bool instanceMethod, in create() argument
847 FI->InstanceMethod = instanceMethod; in create()