Searched refs:StringIsBreakpointName (Results 1 – 6 of 6) sorted by relevance
83 static bool StringIsBreakpointName(llvm::StringRef str, Status &error);
96 bool BreakpointID::StringIsBreakpointName(llvm::StringRef str, Status &error) { in StringIsBreakpointName() function in BreakpointID
138 if (!BreakpointID::StringIsBreakpointName(llvm::StringRef(name), error)) in FindBreakpointsByName()
143 } else if (BreakpointID::StringIsBreakpointName(current_arg, error)) { in FindAndReplaceIDRanges()
522 if (BreakpointID::StringIsBreakpointName(option_arg, error)) in SetOptionValue()1768 if (BreakpointID::StringIsBreakpointName(option_arg, error) && in SetOptionValue()1942 if (!BreakpointID::StringIsBreakpointName(entry.ref, error)) in DoExecute()2325 if (!BreakpointID::StringIsBreakpointName(llvm::StringRef(option_arg), in SetOptionValue()
704 BreakpointID::StringIsBreakpointName(name.GetStringRef(), error); in FindBreakpointName()