LLVM 22.0.0git
GetDylibInterface.cpp 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

Macros

#define DEBUG_TYPE   "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.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc"

Definition at line 16 of file GetDylibInterface.cpp.