Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.h29 VerifyIDs(args, target, true, result, valid_ids, purpose); in VerifyBreakpointOrLocationIDs()
36 VerifyIDs(args, target, false, result, valid_ids, purpose); in VerifyBreakpointIDs()
40 static void VerifyIDs(Args &args, Target &target, bool allow_locations,
H A DCommandObjectBreakpoint.cpp2451 void CommandObjectMultiwordBreakpoint::VerifyIDs( in VerifyIDs() function in CommandObjectMultiwordBreakpoint