Searched refs:DynamicLibraryOpen (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Host/common/
H A DDynamicLibrary.cpp18 m_handle = Host::DynamicLibraryOpen (spec,options,err);
H A DHost.cpp819 Host::DynamicLibraryOpen (const FileSpec &file_spec, uint32_t options, Error &error) function in class:Host
901 // if it was requested in the Host::DynamicLibraryOpen() function.
/external/lldb/include/lldb/Host/
H A DHost.h486 DynamicLibraryOpen (const FileSpec &file_spec,
/external/lldb/source/Core/
H A DPluginManager.cpp114 plugin_info.plugin_handle = Host::DynamicLibraryOpen (plugin_file_spec, flags, error);

Completed in 276 milliseconds