|
LLVM 22.0.0git
|
#include "llvm/ADT/StringMap.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Error.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/TextAPI/ArchitectureSet.h"#include "llvm/TextAPI/RecordsSlice.h"Go to the source code of this file.
Classes | |
| struct | llvm::MachO::DylibReader::ParseOption |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::MachO |
| namespace | llvm::MachO::DylibReader |
| Defines the MachO Dynamic Library Reader. | |
Typedefs | |
| using | llvm::MachO::DylibReader::SymbolToSourceLocMap = llvm::StringMap<RecordLoc> |
Functions | |
| LLVM_ABI Expected< Records > | llvm::MachO::DylibReader::readFile (MemoryBufferRef Buffer, const ParseOption &Opt) |
| Parse Mach-O dynamic libraries to extract TAPI attributes. | |
| LLVM_ABI Expected< std::unique_ptr< InterfaceFile > > | llvm::MachO::DylibReader::get (MemoryBufferRef Buffer) |
| Get TAPI file representation of binary dylib. | |
| LLVM_ABI SymbolToSourceLocMap | llvm::MachO::DylibReader::accumulateSourceLocFromDSYM (const StringRef DSYM, const Target &T) |
| Get the source location for each symbol from dylib. | |