Searched refs:MODULE_CODE_SECTIONNAME (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | LLVMBitCodes.h | 89 MODULE_CODE_SECTIONNAME = 5, // SECTIONNAME: [strchr x N] enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1198 writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, in writeModuleInfo() 1210 writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, F.getSection(), in writeModuleInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1510 writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, GV.getSection(), in writeModuleInfo() 1522 writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, F.getSection(), in writeModuleInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 292 case bitc::MODULE_CODE_SECTIONNAME: { // SECTIONNAME: [strchr x N] in hasObjCCategoryInModule() 4725 case bitc::MODULE_CODE_SECTIONNAME: { // SECTIONNAME: [strchr x N] in parseModule()
|