Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h114 bool HasSwiftAsyncContext = false; variable
207 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext()
208 void setHasSwiftAsyncContext(bool v) { HasSwiftAsyncContext = v; } in setHasSwiftAsyncContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h171 bool HasSwiftAsyncContext = false; variable
402 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
404 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext()