Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp883 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
885 if (alloca_inst->isArrayAllocation()) { in Interpret()
899 Type *T = alloca_inst->getAllocatedType(); in Interpret()
900 Type *Tptr = alloca_inst->getType(); in Interpret()
932 frame.m_values[alloca_inst] = P; in Interpret()