Home
last modified time | relevance | path

Searched refs:function_names (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_spmc.c114 const char *const *function_names; member
145 .function_names = dsm_intel_function_names,
176 .function_names = dsm_ms_function_names,
202 .function_names = dsm_amd_function_names,
332 return (dsm->function_names[function_index]); in dsm_function_name()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h718 const std::unordered_set<std::string> &function_names,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp466 const std::unordered_set<std::string> &function_names, in CreateSourceRegexBreakpoint() argument
474 nullptr, std::move(source_regex), function_names, in CreateSourceRegexBreakpoint()