Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h117 bool HasSwiftAsyncContext = false; variable
225 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext()
226 void setHasSwiftAsyncContext(bool v) { HasSwiftAsyncContext = v; } in setHasSwiftAsyncContext()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h174 bool HasSwiftAsyncContext = false; variable
438 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
440 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext()