Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h115 bool HasSwiftAsyncContext = false; variable
238 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext()
239 void setHasSwiftAsyncContext(bool v) { HasSwiftAsyncContext = v; } in setHasSwiftAsyncContext()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h186 bool HasSwiftAsyncContext = false; variable
469 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
471 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext()