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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2558 DebugLoc LastLoc; local
2633 I->setDebugLoc(LastLoc);
2655 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2656 I->setDebugLoc(LastLoc);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2821 DebugLoc LastLoc; local
2896 I->setDebugLoc(LastLoc);
2916 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2917 I->setDebugLoc(LastLoc);

Completed in 35 milliseconds