Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h220 OptionValuePathMappings *GetAsPathMappings();
221 const OptionValuePathMappings *GetAsPathMappings() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp187 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsPathMappings() function in OptionValue
193 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsPathMappings() function in OptionValue
H A DOptionValueProperties.cpp170 return value_sp->GetAsPathMappings(); in GetPropertyAtIndexAsOptionValuePathMappings()