Searched refs:BitCode (Results 1 – 3 of 3) sorted by relevance
192 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in readIdentificationBlock() local193 switch (BitCode) { in readIdentificationBlock()652 Error parseGlobalIndirectSymbolRecord(unsigned BitCode,2163 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseConstants() local2164 switch (BitCode) { in parseConstants()2260 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()2368 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX || in parseConstants()2374 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX) { in parseConstants()2378 } else if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP) in parseConstants()3033 unsigned BitCode, ArrayRef<uint64_t> Record) { in parseGlobalIndirectSymbolRecord() argument[all …]
2899 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseConstants() local2900 switch (BitCode) { in parseConstants()2996 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()3124 BitCode == in parseConstants()3532 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseBitcodeVersion() local3533 switch (BitCode) { in parseBitcodeVersion()3704 auto BitCode = Stream.readRecord(Entry.ID, Record); in parseModule() local3705 switch (BitCode) { in parseModule()3954 bool NewRecord = BitCode != bitc::MODULE_CODE_ALIAS_OLD; in parseModule()3976 if (BitCode == bitc::MODULE_CODE_ALIAS || in parseModule()[all …]
1227 unsigned BitCode = Stream.ReadRecord(Code, Record); in ParseConstants() local1228 switch (BitCode) { in ParseConstants()1394 BitCode == in ParseConstants()2108 unsigned BitCode = Stream.ReadRecord(Code, Record); in ParseFunctionBody() local2109 switch (BitCode) { in ParseFunctionBody()2224 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP) in ParseFunctionBody()