|
LLVM 22.0.0git
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "llvm/BinaryFormat/ELF.h"#include "llvm/MC/StringTableBuilder.h"#include "llvm/ObjCopy/CommonConfig.h"#include "llvm/Object/ELFObjectFile.h"#include "llvm/Support/Errc.h"#include "llvm/Support/FileOutputBuffer.h"#include "llvm/Support/MemoryBuffer.h"#include <cstddef>#include <cstdint>#include <functional>#include <memory>#include <set>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::objcopy |
| namespace | llvm::objcopy::elf |
Macros | |
| #define | MAKE_SEC_WRITER_FRIEND |
Typedefs | |
| using | llvm::objcopy::elf::IHexLineData = SmallVector<char, 64> |
| using | llvm::objcopy::elf::SRecLineData = SmallVector<char, 64> |
| #define MAKE_SEC_WRITER_FRIEND |
Definition at line 171 of file ELFObject.h.