Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp82 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec
H A DSBModule.cpp127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() function in SBModule
/llvm-project/lldb/include/lldb/Core/
H A DModule.h472 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } SetPlatformFileSpec() function