Home | History | Annotate | Download | only in Reader

Lines Matching defs:IA

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