Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h269 void SetIsReExported(bool is_reexported) { m_is_reexported = is_reexported; } in SetIsReExported()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp335 bool is_reexported = false; SearchCallback() local