Home
last modified time | relevance | path

Searched refs:SetIsReExported (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() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp378 bp_loc_sp->SetIsReExported(is_reexported); in SearchCallback()