Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.h42 VerifyIDs(args, target, true, result, valid_ids, purpose); in VerifyBreakpointOrLocationIDs()
50 VerifyIDs(args, target, false, result, valid_ids, purpose); in VerifyBreakpointIDs()
54 static void VerifyIDs(Args &args, Target *target, bool allow_locations,
H A DCommandObjectBreakpoint.cpp2581 void CommandObjectMultiwordBreakpoint::VerifyIDs(Args &args, Target *target, in VerifyIDs() function in CommandObjectMultiwordBreakpoint