LLVM 18.0.0git
|
#include "TextAPIContext.h"
#include "TextStubCommon.h"
#include "llvm/ADT/BitmaskEnum.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TextAPI/Architecture.h"
#include "llvm/TextAPI/ArchitectureSet.h"
#include "llvm/TextAPI/InterfaceFile.h"
#include "llvm/TextAPI/PackedVersion.h"
#include "llvm/TextAPI/TextAPIReader.h"
#include "llvm/TextAPI/TextAPIWriter.h"
#include <algorithm>
#include <set>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::yaml |
Functions | |
static void | DiagHandler (const SMDiagnostic &Diag, void *Context) |
|
static |
Definition at line 1080 of file TextStub.cpp.
References Context, 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(), and llvm::MachO::TextAPIReader::get().