Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h142 TYPE_CODE_LABEL = 5, // LABEL enumerator
/openbsd-src/gnu/llvm/llvm/docs/
H A DBitCodeFormat.rst1161 TYPE_CODE_LABEL Record
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1048 Code = bitc::TYPE_CODE_LABEL; in writeTypeTable()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp972 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break; in writeTypeTable()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2328 case bitc::TYPE_CODE_LABEL: // LABEL in parseTypeTableBody()