Home
last modified time | relevance | path

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

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