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.cpp1001 const SBStringList &func_names) { in BreakpointCreateBySourceRegex() argument
1003 func_names); in BreakpointCreateBySourceRegex()
1013 for (size_t i = 0; i < func_names.GetSize(); i++) { in BreakpointCreateBySourceRegex()
1014 func_names_set.insert(func_names.GetStringAtIndex(i)); in BreakpointCreateBySourceRegex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h745 const FileSpecList *containingSourceFiles, const char *func_names[],
753 const std::vector<std::string> &func_names,
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h714 const SBFileSpecList &source_file, const SBStringList &func_names);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp520 const std::vector<std::string> &func_names, in CreateBreakpoint() argument
525 size_t num_names = func_names.size(); in CreateBreakpoint()
536 new BreakpointResolverName(nullptr, func_names, func_name_type_mask, in CreateBreakpoint()
546 const char *func_names[], size_t num_names, in CreateBreakpoint() argument
565 nullptr, func_names, num_names, func_name_type_mask, language, offset, in CreateBreakpoint()