Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h286 int FunctionContextIdx = -1; variable
384 int getFunctionContextIndex() const { return FunctionContextIdx; } in getFunctionContextIndex()
385 void setFunctionContextIndex(int I) { FunctionContextIdx = I; } in setFunctionContextIndex()
386 bool hasFunctionContextIndex() const { return FunctionContextIdx != -1; } in hasFunctionContextIndex()