A class for managing a call stack for a single PTX thread.
More...
#include <LLVMFunctionCallStack.h>
List of all members.
Detailed Description
A class for managing a call stack for a single PTX thread.
Member Function Documentation
char * executive::LLVMFunctionCallStack::argumentMemory |
( |
| ) |
|
unsigned int executive::LLVMFunctionCallStack::argumentSize |
( |
| ) |
const |
void executive::LLVMFunctionCallStack::call |
( |
unsigned int |
localSize, |
|
|
unsigned int |
parameterSize, |
|
|
unsigned int |
functionId, |
|
|
unsigned int |
resumePoint = -1 |
|
) |
| |
unsigned int executive::LLVMFunctionCallStack::functionId |
( |
| ) |
const |
char * executive::LLVMFunctionCallStack::localMemory |
( |
| ) |
|
unsigned int executive::LLVMFunctionCallStack::localSize |
( |
| ) |
const |
char * executive::LLVMFunctionCallStack::parameterMemory |
( |
| ) |
|
unsigned int executive::LLVMFunctionCallStack::parameterSize |
( |
| ) |
const |
void executive::LLVMFunctionCallStack::resizeCurrentLocalMemory |
( |
unsigned int |
size | ) |
|
unsigned int executive::LLVMFunctionCallStack::returned |
( |
| ) |
|
void executive::LLVMFunctionCallStack::setKernelArgumentMemory |
( |
char * |
memory, |
|
|
unsigned int |
argumentSize |
|
) |
| |
The documentation for this class was generated from the following files: