|
clang 23.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Function.h"
Public Member Functions | |
| ParamDescriptor (const Descriptor *Desc, unsigned Offset, unsigned BlockOffset, PrimType T) | |
Public Attributes | |
| const Descriptor * | Desc |
| unsigned | Offset |
| Offset on the stack. | |
| unsigned | BlockOffset |
| Offset in the InterpFrame. | |
| PrimType | T |
Definition at line 110 of file Function.h.
|
inline |
Definition at line 117 of file Function.h.
References BlockOffset, Desc, Offset, and T.
| unsigned clang::interp::Function::ParamDescriptor::BlockOffset |
Offset in the InterpFrame.
Definition at line 115 of file Function.h.
Referenced by ParamDescriptor().
| const Descriptor* clang::interp::Function::ParamDescriptor::Desc |
Definition at line 111 of file Function.h.
Referenced by ParamDescriptor().
| unsigned clang::interp::Function::ParamDescriptor::Offset |
| PrimType clang::interp::Function::ParamDescriptor::T |
Definition at line 116 of file Function.h.
Referenced by ParamDescriptor().