Home
last modified time | relevance | path

Searched refs:func_names (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp24 const std::unordered_set<std::string> &func_names, bool exact_match) in BreakpointResolverFileRegex() argument
27 m_function_names(func_names) {} in BreakpointResolverFileRegex()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp985 const SBStringList &func_names) { in BreakpointCreateBySourceRegex() argument
987 func_names); in BreakpointCreateBySourceRegex()
997 for (size_t i = 0; i < func_names.GetSize(); i++) { in BreakpointCreateBySourceRegex()
998 func_names_set.insert(func_names.GetStringAtIndex(i)); in BreakpointCreateBySourceRegex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h777 const FileSpecList *containingSourceFiles, const char *func_names[],
785 const std::vector<std::string> &func_names,
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h731 const SBFileSpecList &source_file, const SBStringList &func_names);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp605 const std::vector<std::string> &func_names, in CreateBreakpoint() argument
610 size_t num_names = func_names.size(); in CreateBreakpoint()
621 new BreakpointResolverName(nullptr, func_names, func_name_type_mask, in CreateBreakpoint()
631 const char *func_names[], size_t num_names, in CreateBreakpoint() argument
650 nullptr, func_names, num_names, func_name_type_mask, language, offset, in CreateBreakpoint()