Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DInstrumentation.cpp31 m_local_boundary = true; in Instrumenter()
35 m_local_boundary ? "external" : "internal", m_pretty_func, in Instrumenter()
40 if (m_local_boundary) { in ~Instrumenter()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DInstrumentation.h88 bool m_local_boundary = false; variable