Home
last modified time | relevance | path

Searched defs:GetPlatformFileSpec (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h71 FileSpec &GetPlatformFileSpec() { return m_platform_file; } in GetPlatformFileSpec() function
73 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } in GetPlatformFileSpec() function
DModule.h479 const FileSpec &GetPlatformFileSpec() const { in GetPlatformFileSpec() function
/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp73 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() function in SBModuleSpec
DSBModule.cpp107 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule