Searched defs:setHasSwiftAsyncContext (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86MachineFunctionInfo.h | 239 void setHasSwiftAsyncContext(bool v) { HasSwiftAsyncContext = v; } setHasSwiftAsyncContext() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64MachineFunctionInfo.h | 468 void setHasSwiftAsyncContext(bool HasContext) { setHasSwiftAsyncContext() function |