Home
last modified time | relevance | path

Searched refs:GetPropertyIndex (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h70 virtual size_t GetPropertyIndex(llvm::StringRef name) const;
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp141 size_t OptionValueProperties::GetPropertyIndex(llvm::StringRef name) const { in GetPropertyIndex() function in OptionValueProperties