Searched defs:isChainCall (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/clang/include/clang/CodeGen/ | ||
| H A D | CGFunctionInfo.h | 681 bool isChainCall() const { return ChainCall; } isChainCall() function |
| /llvm-project/clang/lib/CodeGen/ | ||
| H A D | CGCall.cpp | 778 bool isChainCall = arrangeLLVMFunctionInfo() local |