Searched defs:IA (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2640 MDNode *Scope = nullptr, *IA = nullptr; local
2642 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));
2643 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2901 MDNode *Scope = nullptr, *IA = nullptr; local
2903 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));
2904 LastLoc = DebugLoc::get(Line, Col, Scope, IA);

Completed in 73 milliseconds