Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp142 m_process->SetCanInterpretFunctionCalls(true); in DidAttach()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1876 void SetCanInterpretFunctionCalls(bool can_interpret_function_calls) { in SetCanInterpretFunctionCalls() function