Home | History | Annotate | Download | only in IR

Lines Matching refs:DIVariable

1037 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope,
1064 DIVariable RetVar(Node);
1066 "createLocalVariable should return a valid DIVariable");
1072 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope,
1091 return DIVariable(MDNode::get(VMContext, Elts));
1262 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo,
1266 "empty or invalid DIVariable passed to dbg.declare");
1275 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo,
1279 "empty or invalid DIVariable passed to dbg.declare");
1295 DIVariable VarInfo,
1299 "empty or invalid DIVariable passed to dbg.value");
1311 DIVariable VarInfo,
1315 "empty or invalid DIVariable passed to dbg.value");