Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h189 int SwiftAsyncContextFrameIdx = std::numeric_limits<int>::max();
316 if (SwiftAsyncContextFrameIdx != std::numeric_limits<int>::max()) { in getCalleeSavedStackSize()
474 SwiftAsyncContextFrameIdx = FI; in setSwiftAsyncContextFrameIdx()
476 int getSwiftAsyncContextFrameIdx() const { return SwiftAsyncContextFrameIdx; } in getSwiftAsyncContextFrameIdx()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h134 std::optional<int> SwiftAsyncContextFrameIdx; variable
264 return SwiftAsyncContextFrameIdx; in getSwiftAsyncContextFrameIdx()
266 void setSwiftAsyncContextFrameIdx(int v) { SwiftAsyncContextFrameIdx = v; } in setSwiftAsyncContextFrameIdx()