Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h65 FileSpec &GetPlatformFileSpec() { return m_platform_file; } in GetPlatformFileSpec() function
67 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } in GetPlatformFileSpec() function
H A DModule.h512 const FileSpec &GetPlatformFileSpec() const { GetPlatformFileSpec() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp76 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() function in SBModuleSpec
H A DSBModule.cpp116 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule