Searched refs:MODULE_CODE_SECTIONNAME (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 58 MODULE_CODE_SECTIONNAME = 5, // SECTIONNAME: [strchr x N] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 60 MODULE_CODE_SECTIONNAME = 5, // Not used in PNaCl enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 79 MODULE_CODE_SECTIONNAME = 5, // SECTIONNAME: [strchr x N] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 87 MODULE_CODE_SECTIONNAME = 5, // SECTIONNAME: [strchr x N] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 153 case bitc::MODULE_CODE_SECTIONNAME: return "SECTIONNAME"; in GetCodeName()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 651 MODULE_CODE_SECTIONNAME Record 713 `MODULE_CODE_SECTIONNAME`_ entries. 793 `MODULE_CODE_SECTIONNAME`_ entries.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | BitCodeFormat.rst | 658 MODULE_CODE_SECTIONNAME Record 723 `MODULE_CODE_SECTIONNAME`_ entries. 815 `MODULE_CODE_SECTIONNAME`_ entries.
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 415 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV->getSection(), in WriteModuleInfo() 427 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F->getSection(), in WriteModuleInfo()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1097 writeStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV.getSection(), in writeModuleInfo() 1109 writeStringRecord(bitc::MODULE_CODE_SECTIONNAME, F.getSection(), in writeModuleInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1134 writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, GV.getSection(), in writeModuleInfo() 1146 writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, F.getSection(), in writeModuleInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 264 case bitc::MODULE_CODE_SECTIONNAME: { // SECTIONNAME: [strchr x N] in hasObjCCategoryInModule() 3295 case bitc::MODULE_CODE_SECTIONNAME: { // SECTIONNAME: [strchr x N] in parseModule()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1681 case bitc::MODULE_CODE_SECTIONNAME: { // SECTIONNAME: [strchr x N] in ParseModule()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3753 case bitc::MODULE_CODE_SECTIONNAME: { // SECTIONNAME: [strchr x N] in parseModule() 4262 case bitc::MODULE_CODE_SECTIONNAME: { // SECTIONNAME: [strchr x N] in hasObjCCategoryInModule()
|