Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h154 CST_CODE_CSTRING = 9, // CSTRING: [values] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h157 CST_CODE_CSTRING = 9, // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h274 CST_CODE_CSTRING = 9, // CSTRING: [values] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h327 CST_CODE_CSTRING = 9, // CSTRING: [values] enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp741 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in WriteConstants()
747 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in WriteConstants()
845 Code = bitc::CST_CODE_CSTRING; in WriteConstants()
851 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in WriteConstants()
852 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; in WriteConstants()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp202 case bitc::CST_CODE_CSTRING: return "CSTRING"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1999 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2005 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2096 Code = bitc::CST_CODE_CSTRING; in writeConstants()
2102 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
2103 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2225 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2231 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2322 Code = bitc::CST_CODE_CSTRING; in writeConstants()
2328 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
2329 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2254 case bitc::CST_CODE_CSTRING: { // CSTRING: [values] in parseConstants()
2260 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1325 case bitc::CST_CODE_CSTRING: { // CSTRING: [values] in ParseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2990 case bitc::CST_CODE_CSTRING: { // CSTRING: [values] in parseConstants()
2996 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()