Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 { in GetPlatformFileSpec() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp71 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() function in SBModuleSpec
H A DSBModule.cpp116 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule