Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp732 Error parseGlobalIndirectSymbolRecord(unsigned BitCode,
2366 switch (unsigned BitCode = MaybeBitCode.get()) { in parseConstants() local
2465 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()
2586 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX || in parseConstants()
2592 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX) { in parseConstants()
2596 } else if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP) in parseConstants()
3321 unsigned BitCode, ArrayRef<uint64_t> Record) { in parseGlobalIndirectSymbolRecord() argument
3333 bool NewRecord = BitCode != bitc::MODULE_CODE_ALIAS_OLD; in parseGlobalIndirectSymbolRecord()
3356 if (BitCode == bitc::MODULE_CODE_ALIAS || in parseGlobalIndirectSymbolRecord()
3357 BitCode == bitc::MODULE_CODE_ALIAS_OLD) in parseGlobalIndirectSymbolRecord()
[all …]