Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h55 MODULE_CODE_TRIPLE = 2, // TRIPLE: [strchr x N] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h57 MODULE_CODE_TRIPLE = 2, // Not used in PNaCl enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h76 MODULE_CODE_TRIPLE = 2, // TRIPLE: [strchr x N] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h84 MODULE_CODE_TRIPLE = 2, // TRIPLE: [strchr x N] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp150 case bitc::MODULE_CODE_TRIPLE: return "TRIPLE"; in GetCodeName()
/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
624 MODULE_CODE_TRIPLE Record
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
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
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1653 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in ParseModule()
1940 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in ParseModuleTriple()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp392 WriteStringRecord(bitc::MODULE_CODE_TRIPLE, M->getTargetTriple(), in WriteModuleInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp334 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in readModuleTriple()
3266 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in parseModule()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3724 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in parseModule()
4105 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N] in parseModuleTriple()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1075 writeStringRecord(bitc::MODULE_CODE_TRIPLE, M.getTargetTriple(), in writeModuleInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1112 writeStringRecord(Stream, bitc::MODULE_CODE_TRIPLE, M.getTargetTriple(), in writeModuleInfo()