Searched refs:LastLoc (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2546 DebugLoc LastLoc; local
2621 I->setDebugLoc(LastLoc);
2643 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2644 I->setDebugLoc(LastLoc);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2809 DebugLoc LastLoc; local
2884 I->setDebugLoc(LastLoc);
2904 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2905 I->setDebugLoc(LastLoc);

Completed in 2547 milliseconds