Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h378 CST_CODE_NULL = 2, // NULL enumerator
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1995 Code = bitc::CST_CODE_NULL; in writeConstants()
2780 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_NULL)); in writeBlockInfo()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2561 Code = bitc::CST_CODE_NULL; in writeConstants()
3586 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_NULL)); in writeBlockInfo()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3021 case bitc::CST_CODE_NULL: // NULL in parseConstants()