Lines Matching defs:symbols
381 SymbolFile *symbols = GetSymbolFile();
386 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get();
390 symbols->ParseVariablesForContext(sc);
392 symbols->ParseFunctions(*sc.comp_unit);
394 sc.comp_unit->ForeachFunction([&sc, &symbols](const FunctionSP &f) {
395 symbols->ParseBlocksRecursive(*f);
399 symbols->ParseVariablesForContext(sc);
404 symbols->ParseTypes(*sc.comp_unit);
420 if (SymbolFile *symbols = GetSymbolFile())
421 return symbols->GetNumCompileUnits();
431 if (SymbolFile *symbols = GetSymbolFile())
432 cu_sp = symbols->GetCompileUnitAtIndex(index);
537 // For function symbols, so_addr may be off by one. This is a convention
595 if (SymbolFile *symbols = GetSymbolFile()) {
600 symbols->ResolveSymbolContext(location_spec, resolve_scope, sc_list);
609 if (SymbolFile *symbols = GetSymbolFile())
610 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables);
615 SymbolFile *symbols = GetSymbolFile();
616 if (symbols)
617 symbols->FindGlobalVariables(regex, max_matches, variables);
734 // We always keep unnamed symbols
828 // Find all the functions (not symbols, but debug information functions...
829 if (SymbolFile *symbols = GetSymbolFile()) {
830 symbols->FindFunctions(lookup_info, parent_decl_ctx,
832 // Now check our symbol table for symbols that are code symbols if
835 if (Symtab *symtab = symbols->GetSymtab()) {
880 if (SymbolFile *symbols = GetSymbolFile()) {
881 symbols->FindFunctions(regex, options.include_inlines, sc_list);
883 // Now check our symbol table for symbols that are code symbols if
886 Symtab *symtab = symbols->GetSymtab();
899 // No functions were added, just symbols, so we can just append
921 // Functions were added so we need to merge symbols into any
970 if (SymbolFile *symbols = GetSymbolFile())
971 symbols->FindTypes(query, results);
1001 "Interrupted fetching symbols for module {0}",
1021 if (SymbolFile *symbols = GetSymbolFile())
1022 return symbols->GetSymtab();
1176 if (SymbolFile *symbols = GetSymbolFile())
1177 symbols->Dump(*s);
1238 if (SymbolFile *symbols = GetSymbolFile())
1239 symbols->SectionFileAddressesChanged();
1328 // Load the object file symbol table and any symbols from the SymbolFile that