Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h233 OptionValuePathMappings *GetAsPathMappings();
235 const OptionValuePathMappings *GetAsPathMappings() const;
/openbsd-src/gnu/llvm/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()