Go to the source code of this file.
 | 
| namespace   | llvm | 
|   | This is an optimization pass for GlobalISel generic memory operations. 
  | 
| namespace   | llvm::yaml | 
 | 
| #define  | PLATFORM(platform,  id,  name,  build_name,  target,  tapi_target,  marketing) | 
◆ PLATFORM
      
        
          | #define PLATFORM | 
          ( | 
           |           platform,  | 
        
        
           | 
           | 
           |           id,  | 
        
        
           | 
           | 
           |           name,  | 
        
        
           | 
           | 
           |           build_name,  | 
        
        
           | 
           | 
           |           target,  | 
        
        
           | 
           | 
           |           tapi_target,  | 
        
        
           | 
           | 
           |           marketing ) | 
        
      
 
Value:  case PLATFORM_##platform:                                                    \
    OS << #tapi_target;                                                        \
    break;
 
 
 
◆ DiagHandler()
Definition at line 1059 of file TextStub.cpp.
References llvm::SMDiagnostic::getColumnNo(), llvm::SMDiagnostic::getFixIts(), llvm::SMDiagnostic::getKind(), llvm::SMDiagnostic::getLineContents(), llvm::SMDiagnostic::getLineNo(), llvm::SMDiagnostic::getLoc(), llvm::SMDiagnostic::getMessage(), llvm::SMDiagnostic::getRanges(), llvm::SMDiagnostic::getSourceMgr(), and llvm::SMDiagnostic::print().
Referenced by llvm::vfs::RedirectingFileSystem::create(), llvm::MachO::TextAPIReader::get(), llvm::vfs::getVFSFromYAML(), llvm::yaml::Input::Input(), and llvm::yaml::Input::Input().