Home
last modified time | relevance | path

Searched refs:GetAsPathMappings (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h227 OptionValuePathMappings *GetAsPathMappings();
228 const OptionValuePathMappings *GetAsPathMappings() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp189 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsPathMappings() function in OptionValue
195 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsPathMappings() function in OptionValue
HDOptionValueProperties.cpp170 return value_sp->GetAsPathMappings(); in GetPropertyAtIndexAsOptionValuePathMappings()