LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/GetDylibInterface.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/Object/MachO.h"
#include "llvm/Object/MachOUniversal.h"
#include "llvm/Object/TapiUniversal.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 |
Macros | |
#define | DEBUG_TYPE "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. |
#define DEBUG_TYPE "orc" |
Definition at line 16 of file GetDylibInterface.cpp.