Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h70 FileSpec &GetPlatformFileSpec() { return m_platform_file; } in GetPlatformFileSpec() function
72 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } in GetPlatformFileSpec() function
H A DModule.h479 const FileSpec &GetPlatformFileSpec() const { in GetPlatformFileSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp73 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() function in SBModuleSpec
H A DSBModule.cpp107 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule