Searched refs:log_ident (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolver.cpp | 205 llvm::StringRef log_ident, uint32_t line, std::optional<uint16_t> column) { in SetSCMatchesByLine() argument 293 AddLocation(filter, sc, skip_prologue, log_ident); in SetSCMatchesByLine() 303 llvm::StringRef log_ident) { in AddLocation() argument 310 log_ident.str().c_str(), line_start.GetFileAddress()); in AddLocation() 318 log_ident.str().c_str(), line_start.GetFileAddress()); in AddLocation()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolver.h | 207 bool skip_prologue, llvm::StringRef log_ident, 219 bool skip_prologue, llvm::StringRef log_ident);
|