Home
last modified time | relevance | path

Searched defs:SetPlatformFileSpec (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp80 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec
DSBModule.cpp119 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() function in SBModule
/external/llvm-project/lldb/include/lldb/Core/
DModule.h485 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } in SetPlatformFileSpec() function