Home
last modified time | relevance | path

Searched defs:isChainCall (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h681 bool isChainCall() const { return ChainCall; } isChainCall() function
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp778 bool isChainCall = arrangeLLVMFunctionInfo() local