Searched defs:Code (Results 1 – 6 of 6) sorted by relevance
143 static void WriteStringRecord(unsigned Code, StringRef Str, in WriteStringRecord()250 unsigned Code = 0; in WriteTypeTable() local880 unsigned Code = -1U; in WriteConstants() local1097 unsigned Code = 0; in WriteInstruction() local1424 unsigned Code; in WriteValueSymbolTable() local1452 unsigned Code; in WriteUseList() local
143 static void WriteStringRecord(unsigned Code, StringRef Str, in WriteStringRecord()248 unsigned Code = 0; in WriteTypeTable() local842 unsigned Code = -1U; in WriteConstants() local1064 unsigned Code = 0; in WriteInstruction() local1390 unsigned Code; in WriteValueSymbolTable() local
120 static void WriteStringRecord(unsigned Code, StringRef Str, in WriteStringRecord()263 unsigned Code = 0; in WriteTypeTable() local844 unsigned Code = -1U; in WriteConstants() local1066 unsigned Code = 0; in WriteInstruction() local1328 unsigned Code; in WriteValueSymbolTable() local
1126 unsigned Code = Stream.ReadCode(); in ParseOldTypeTable() local1302 unsigned Code = Stream.ReadCode(); in ParseOldTypeSymbolTable() local1353 unsigned Code = Stream.ReadCode(); in ParseValueSymbolTable() local1414 unsigned Code = Stream.ReadCode(); in ParseMetadata() local2038 unsigned Code = Stream.ReadCode(); in ParseModule() local2563 unsigned Code = Stream.ReadCode(); in ParseFunctionBody() local
1421 unsigned Code = Stream.ReadCode(); in ParseOldTypeTable() local1614 unsigned Code = Stream.ReadCode(); in ParseOldTypeSymbolTable() local1665 unsigned Code = Stream.ReadCode(); in ParseValueSymbolTable() local1726 unsigned Code = Stream.ReadCode(); in ParseMetadata() local2826 unsigned Code = Stream.ReadCode(); in ParseFunctionBody() local
192 open class Code(val lines: List<String>): CodeChunk() {} in <lambda>() class in com.android.codegen.FileInfo.CodeChunk