Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h127 VST_CODE_BBENTRY = 2 // VST_BBENTRY: [bbid, namechar x N] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h183 VST_CODE_BBENTRY = 2, // VST_BBENTRY: [bbid, namechar x N] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1201 VST_CODE_BBENTRY = 2 enumerator
1220 { LITERAL(VST_CODE_BBENTRY), VBR(8), ARRAY, CHAR6, }, 4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3117 Code = bitc::VST_CODE_BBENTRY; in writeFunctionLevelValueSymbolTable()
3290 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_BBENTRY)); in writeBlockInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1332 case naclbitc::VST_CODE_BBENTRY: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2204 case bitc::VST_CODE_BBENTRY: { in parseValueSymbolTable()