LLVM 22.0.0git
Namespaces | Functions
GetDylibInterface.h File Reference
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/Support/Compiler.h"

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< SymbolNameSet > llvm::orc::getDylibInterfaceFromDylib (ExecutionSession &ES, Twine Path)
 Returns a SymbolNameSet containing the exported symbols defined in the given dylib.
 
LLVM_ABI Expected< SymbolNameSet > llvm::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< SymbolNameSet > llvm::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.