Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h83 MODULE_CODE_TRIPLE = 2, // TRIPLE: [strchr x N] enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBitCodeFormat.rst236 ``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
631 MODULE_CODE_TRIPLE Record
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp370 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in readModuleTriple()
3748 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in parseModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1215 writeStringRecord(Stream, bitc::MODULE_CODE_TRIPLE, M.getTargetTriple(), in writeModuleInfo()