|
LLVM 22.0.0git
|
#include "llvm/ADT/PointerUnion.h"#include "llvm/DebugInfo/LogicalView/Core/LVReader.h"#include "llvm/DebugInfo/PDB/Native/PDBFile.h"#include "llvm/Object/Archive.h"#include "llvm/Object/MachOUniversal.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/ScopedPrinter.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::logicalview::LVReaderHandler |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::logicalview |
Typedefs | |
| using | llvm::logicalview::LVReaders = std::vector<std::unique_ptr<LVReader>> |
| using | llvm::logicalview::ArgVector = std::vector<std::string> |
| using | llvm::logicalview::PdbOrObj = PointerUnion<object::ObjectFile *, pdb::PDBFile *> |