Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h399 CST_CODE_DATA = 22, // DATA: [n x elements] enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2064 Code = bitc::CST_CODE_DATA; in writeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2675 Code = bitc::CST_CODE_DATA; in writeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3140 case bitc::CST_CODE_DATA: {// DATA: [n x value] in parseConstants()