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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2178 DebugLoc LastLoc; local
2253 I->setDebugLoc(LastLoc);
2275 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2276 I->setDebugLoc(LastLoc);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2438 DebugLoc LastLoc; local
2513 I->setDebugLoc(LastLoc);
2533 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2534 I->setDebugLoc(LastLoc);

Completed in 91 milliseconds