Lines Matching defs:dwo
1767 // This will work for both .dwo file and DWARF in .o files for mac. Also if
1781 // Handle the .dwo file case correctly
1862 // It's relative, e.g. "foo.dwo", but we just to happen to be right next to
1913 "unable to locate relative .dwo debug file \"%s\" for "
1921 // Try adding the DW_AT_dwo_name ( e.g. "c/d/main-main.dwo"), and just the
1922 // filename ("main-main.dwo") to binary dir and search paths.
1974 "unable to locate .dwo debug file \"{0}\" for skeleton DIE "
1980 "unable to locate separate debug file (dwo, dwp). Debugging will be "
1995 "unable to load object file for .dwo debug file \"{0}\" for "
2053 // (corresponding to .dwo itself) is being processed, it will see
2054 // the presence of DW_AT_dwo_name (which contains the name of dwo
2057 // generates a *.dwo file which has DW_AT_dwo_name, but no
2062 // (corresponding to .dwo) so we simply skip it.
2063 if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" &&
2670 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile();
2671 if (dwo)
2672 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names);
2721 // In dwo scenario, debug info == skeleton debug info + all dwo debug info.
2727 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile(load_all_debug_info);
2728 if (dwo)
2729 debug_info_size += dwo->GetDebugInfoSize();
4253 dwo_data->AddStringItem("error", "missing dwo name");
4285 d.AddStringItem("type", "dwo");
4439 // its .dwo/.dwp file. First pares the Unit DIE to make sure we see any .dwo