Home
last modified time | relevance | path

Searched defs:IsDelegateCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGCall.h426 IsDelegateCall = 1 << 2, global() enumerator
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h790 Profile(llvm::FoldingSetNodeID & ID,bool InstanceMethod,bool ChainCall,bool IsDelegateCall,const FunctionType::ExtInfo & info,ArrayRef<ExtParameterInfo> paramInfos,RequiredArgs required,CanQualType resultType,ArrayRef<CanQualType> argTypes) Profile() argument
/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp103 bool IsDelegateCall = false; global() member