Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h222 OptionValuePathMappings *GetAsPathMappings();
224 const OptionValuePathMappings *GetAsPathMappings() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp190 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsPathMappings() function in OptionValue
196 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsPathMappings() function in OptionValue
H A DOptionValueProperties.cpp199 return value_sp->GetAsPathMappings(); in GetPropertyAtIndexAsOptionValuePathMappings()