Home
last modified time | relevance | path

Searched refs:TYPE_CODE_LABEL (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h139 TYPE_CODE_LABEL = 5, // LABEL enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp931 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break; in writeTypeTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1745 case bitc::TYPE_CODE_LABEL: // LABEL in parseTypeTableBody()