Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h142 TYPE_CODE_LABEL = 5, // LABEL enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1047 Code = bitc::TYPE_CODE_LABEL; in writeTypeTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1002 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break; in writeTypeTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2365 case bitc::TYPE_CODE_LABEL: // LABEL in parseTypeTableBody()