Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h269 void SetIsReExported(bool is_reexported) { m_is_reexported = is_reexported; } in SetIsReExported() function
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp387 bp_loc_sp->SetIsReExported(is_reexported); in SearchCallback()