Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py204 function = self._sanitize_function_name(sb_frame.GetFunctionName())
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py101 def _sanitize_function_name(self, name): # pylint: disable=no-self-use member in DebuggerBase
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py294 function=self._sanitize_function_name(sf.FunctionName),