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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2210 unsigned Line = Record[0], Col = Record[1]; local
2216 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2504 unsigned Line = Record[0], Col = Record[1]; local
2510 LastLoc = DebugLoc::get(Line, Col, Scope, IA);

Completed in 17 milliseconds