Home
last modified time | relevance | path

Searched refs:CST_CODE_CSTRING (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClLLVMBitCodes.h156 CST_CODE_CSTRING = 9, // Not used in PNaCl. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h348 CST_CODE_CSTRING = 9, // CSTRING: [values] enumerator
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1000 CST_CODE_CSTRING = 9, enumerator
2041 { { LITERAL(CST_CODE_CSTRING), ARRAY, FIXED(7) }, 3 }, in emit_module_const_abbrevs()
2042 { { LITERAL(CST_CODE_CSTRING), ARRAY, CHAR6 }, 3 }, in emit_module_const_abbrevs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2293 // Abbrev for CST_CODE_CSTRING. in writeConstants()
2295 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2299 // Abbrev for CST_CODE_CSTRING. in writeConstants()
2301 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2392 Code = bitc::CST_CODE_CSTRING; in writeConstants()
2398 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
2399 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2459 case bitc::CST_CODE_CSTRING: { // CSTRING: [values] in parseConstants()
2465 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()

Completed in 27 milliseconds