Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBBreakpoint.cpp485 size_t num_locs = 0; in GetNumLocations() local
489 num_locs = bkpt_sp->GetNumLocations(); in GetNumLocations()
491 return num_locs; in GetNumLocations()
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp305 const auto num_locs = bp.GetNumLocations(); in CreateBreakpoint() local
306 for (size_t i = 0; i < num_locs; ++i) { in CreateBreakpoint()