Home
last modified time | relevance | path

Searched defs:ResolveName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp186 const RegisterInfo *ResolveName(llvm::StringRef name) const override { in ResolveName() function in __anon77a0c8250111::RegisterContextToInfo
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp218 PythonObject PythonObject::ResolveName(llvm::StringRef name) const { in ResolveName() function in PythonObject