Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::orc |
|
|
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.
|
|
◆ DEBUG_TYPE