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.cpp888 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
890 if (alloca_inst->isArrayAllocation()) { in Interpret()
905 Type *T = alloca_inst->getAllocatedType(); in Interpret()
906 Type *Tptr = alloca_inst->getType(); in Interpret()
941 frame.m_values[alloca_inst] = P; in Interpret()