Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h123 std::optional<int> SwiftAsyncContextFrameIdx; variable
232 return SwiftAsyncContextFrameIdx; in getSwiftAsyncContextFrameIdx()
234 void setSwiftAsyncContextFrameIdx(int v) { SwiftAsyncContextFrameIdx = v; } in setSwiftAsyncContextFrameIdx()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h177 int SwiftAsyncContextFrameIdx = std::numeric_limits<int>::max();
293 if (SwiftAsyncContextFrameIdx != std::numeric_limits<int>::max()) { in getCalleeSavedStackSize()
443 SwiftAsyncContextFrameIdx = FI; in setSwiftAsyncContextFrameIdx()
445 int getSwiftAsyncContextFrameIdx() const { return SwiftAsyncContextFrameIdx; } in getSwiftAsyncContextFrameIdx()