Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h116 Optional<int> SwiftAsyncContextFrameIdx; variable
211 return SwiftAsyncContextFrameIdx; in getSwiftAsyncContextFrameIdx()
213 void setSwiftAsyncContextFrameIdx(int v) { SwiftAsyncContextFrameIdx = v; } in setSwiftAsyncContextFrameIdx()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h174 int SwiftAsyncContextFrameIdx = std::numeric_limits<int>::max();
261 if (SwiftAsyncContextFrameIdx != std::numeric_limits<int>::max()) { in getCalleeSavedStackSize()
407 SwiftAsyncContextFrameIdx = FI; in setSwiftAsyncContextFrameIdx()
409 int getSwiftAsyncContextFrameIdx() const { return SwiftAsyncContextFrameIdx; } in getSwiftAsyncContextFrameIdx()