|
LLVM 22.0.0git
|
#include "llvm/Remarks/RemarkLinker.h"#include "llvm/ADT/StringRef.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Object/SymbolicFile.h"#include "llvm/Remarks/RemarkParser.h"#include "llvm/Remarks/RemarkSerializer.h"#include "llvm/Support/Error.h"#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| static Expected< StringRef > | getRemarksSectionName (const object::ObjectFile &Obj) |
|
static |
Definition at line 30 of file RemarkLinker.cpp.
References llvm::createStringError(), and llvm::object::Binary::isMachO().
Referenced by llvm::remarks::getRemarksSectionContents().