15#ifndef LLVM_EXECUTIONENGINE_ORC_GETDYLIBINTERFACE_H
16#define LLVM_EXECUTIONENGINE_ORC_GETDYLIBINTERFACE_H
LLVM_ABI Expected< SymbolNameSet > getDylibInterfaceFromDylib(ExecutionSession &ES, Twine Path)
Returns a SymbolNameSet containing the exported symbols defined in the given dylib.
LLVM_ABI Expected< SymbolNameSet > getDylibInterface(ExecutionSession &ES, Twine Path)
Returns a SymbolNameSet containing the exported symbols defined in the relevant slice of the given fi...
LLVM_ABI Expected< SymbolNameSet > getDylibInterfaceFromTapiFile(ExecutionSession &ES, Twine Path)
Returns a SymbolNameSet containing the exported symbols defined in the relevant slice of the TapiUniv...