Searched refs:MODULE_CODE_TRIPLE (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | LLVMBitCodes.h | 86 MODULE_CODE_TRIPLE = 2, // TRIPLE: [strchr x N] enumerator
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BitCodeFormat.rst | 236 ``MODULE_CODE_TRIPLE``, and the values of the record are the ASCII codes for the 254 ``MODULE_CODE_TRIPLE`` code, a vbr6 for the length of the string, which is equal 633 MODULE_CODE_TRIPLE Record
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1191 writeStringRecord(Stream, bitc::MODULE_CODE_TRIPLE, M.getTargetTriple(), in writeModuleInfo()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 368 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in readModuleTriple() 4244 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in parseModule()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1246 writeStringRecord(Stream, bitc::MODULE_CODE_TRIPLE, M.getTargetTriple(), in writeModuleInfo()
|