mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-23 23:49:50 +00:00
commit
6b1c4c67aa
@ -20,8 +20,8 @@
|
||||
#include <string_view>
|
||||
|
||||
namespace OHOS::ArkCompiler::Toolchain {
|
||||
void* Load(std::string_view filename);
|
||||
void* ResolveSymbol(void* handle, std::string_view name);
|
||||
void* Load(std::string_view libraryName);
|
||||
void* ResolveSymbol(void* handle, std::string_view symbol);
|
||||
void CloseHandle(void* handle);
|
||||
} // namespace OHOS::ArkCompiler::Toolchain
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user