LLVM 22.0.0git
DylibReader.h File Reference

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< Recordsllvm::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.