Searched refs:allocateStackVariable (Results 1 – 2 of 2) sorted by relevance
87 static llvm::Value *allocateStackVariable(llvm::Type *type, int arraySize = 0);
249 Value *Nucleus::allocateStackVariable(Type *type, int arraySize) in allocateStackVariable() function in sw::Nucleus831 address = Nucleus::allocateStackVariable(type, arraySize); in LValue()