Home | History | Annotate | Download | only in Reader

Lines Matching defs:IA

2066     case bitc::FUNC_CODE_DEBUG_LOC: {      // DEBUG_LOC: [line, col, scope, ia]
2079 MDNode *Scope = 0, *IA = 0;
2081 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));
2082 LastLoc = DebugLoc::get(Line, Col, Scope, IA);