Lines Matching defs:symtab
333 Symtab *symtab = GetSymtab();
334 if (!symtab) {
335 LLDB_LOG(log, "[{0}] {1} is skipped - fail to get symtab",
339 Symbol *sym = symtab->FindFirstSymbolWithNameAndType(
342 LLDB_LOG(log, "[{0}] {1} is skipped - fail to find match in symtab",
346 LLDB_LOG(log, "[{0}] {1} is NOT skipped - found match in symtab",
362 Symtab *symtab = GetSymtab();
363 if (!symtab) {
364 LLDB_LOG(log, "[{0}] {1} is skipped - fail to get symtab",
369 symtab->AppendSymbolIndexesMatchingRegExAndType(
373 LLDB_LOG(log, "[{0}] {1} is skipped - fail to find match in symtab",
377 LLDB_LOG(log, "[{0}] {1} is NOT skipped - found match in symtab",
396 Symtab *symtab = GetSymtab();
397 if (!symtab) {
398 LLDB_LOG(log, "[{0}] {1}({2}) is skipped - fail to get symtab",
404 symtab->FindFunctionSymbols(name, name_type_mask, sc_list_helper);
406 LLDB_LOG(log, "[{0}] {1}({2}) is skipped - fail to find match in symtab",
410 LLDB_LOG(log, "[{0}] {1}({2}) is NOT skipped - found match in symtab",