Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h76 MODULE_CODE_TRIPLE = 2, // TRIPLE: [strchr x N] enumerator
/external/llvm/docs/
DBitCodeFormat.rst234 ``MODULE_CODE_TRIPLE``, and the values of the record are the ASCII codes for the
252 ``MODULE_CODE_TRIPLE`` code, a vbr6 for the length of the string, which is equal
623 MODULE_CODE_TRIPLE Record
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3386 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in parseModule()
3773 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in parseModuleTriple()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp624 WriteStringRecord(bitc::MODULE_CODE_TRIPLE, M->getTargetTriple(), in WriteModuleInfo()