Lines Matching refs:DIVariable
957 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope,
986 DIVariable RetVar(Node);
988 "createLocalVariable should return a valid DIVariable");
994 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope,
1011 return DIVariable(MDNode::get(VMContext, Elts));
1161 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo,
1165 "empty or invalid DIVariable passed to dbg.declare");
1174 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo,
1178 "empty or invalid DIVariable passed to dbg.declare");
1194 DIVariable VarInfo,
1198 "empty or invalid DIVariable passed to dbg.value");
1210 DIVariable VarInfo,
1214 "empty or invalid DIVariable passed to dbg.value");