Searched refs:VST_CODE_ENTRY (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 126 VST_CODE_ENTRY = 1, // VST_ENTRY: [valid, namechar x N] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 127 VST_CODE_ENTRY = 1, // VST_ENTRY: [valid, namechar x N] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 180 VST_CODE_ENTRY = 1, // VST_ENTRY: [valueid, namechar x N] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 183 VST_CODE_ENTRY = 1, // VST_ENTRY: [valueid, namechar x N] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 258 case bitc::VST_CODE_ENTRY: return "ENTRY"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1324 Code = bitc::VST_CODE_ENTRY; in WriteValueSymbolTable() 1435 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in WriteBlockInfo() 1445 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in WriteBlockInfo()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2788 Code = bitc::VST_CODE_ENTRY; in writeValueSymbolTable() 2965 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in writeBlockInfo() 2975 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in writeBlockInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2981 Code = bitc::VST_CODE_ENTRY; in writeFunctionLevelValueSymbolTable() 3129 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in writeBlockInfo() 3139 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in writeBlockInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1988 case bitc::VST_CODE_ENTRY: { // VST_CODE_ENTRY: [valueid, namechar x N] in parseValueSymbolTable() 4903 case bitc::VST_CODE_ENTRY: { // VST_CODE_ENTRY: [valueid, namechar x N] in parseValueSymbolTable()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1005 case bitc::VST_CODE_ENTRY: { // VST_ENTRY: [valueid, namechar x N] in ParseValueSymbolTable()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 1322 case naclbitc::VST_CODE_ENTRY: { in ProcessRecord()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1967 case bitc::VST_CODE_ENTRY: { // VST_CODE_ENTRY: [valueid, namechar x N] in parseValueSymbolTable() 5898 case bitc::VST_CODE_ENTRY: { // VST_CODE_ENTRY: [valueid, namechar x N] in parseValueSymbolTable()
|