LLVM 22.0.0git
GetDylibInterface.h File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::orc

Functions

LLVM_ABI Expected< SymbolNameSetllvm::orc::getDylibInterfaceFromDylib (ExecutionSession &ES, Twine Path)
 Returns a SymbolNameSet containing the exported symbols defined in the given dylib.
LLVM_ABI Expected< SymbolNameSetllvm::orc::getDylibInterfaceFromTapiFile (ExecutionSession &ES, Twine Path)
 Returns a SymbolNameSet containing the exported symbols defined in the relevant slice of the TapiUniversal file.
LLVM_ABI Expected< SymbolNameSetllvm::orc::getDylibInterface (ExecutionSession &ES, Twine Path)
 Returns a SymbolNameSet containing the exported symbols defined in the relevant slice of the given file, which may be either a dylib or a tapi file.