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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1075 unsigned NameLength = Record.size(); local
1077 Name.resize(NameLength);
1078 for (unsigned i = 0; i != NameLength; ++i)
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1391 unsigned NameLength = Record.size(); local
1393 Name.resize(NameLength);
1394 for (unsigned i = 0; i != NameLength; ++i)

Completed in 284 milliseconds