Searched refs:debugNames (Results 1 – 6 of 6) sorted by relevance
319 bool debugNames; member596 std::unique_ptr<SyntheticSection> debugNames; member
4974 if (ctx.arg.debugNames) { in createSyntheticSections()4975 ctx.in.debugNames = std::make_unique<DebugNamesSection<ELFT>>(ctx); in createSyntheticSections()4976 add(*ctx.in.debugNames); in createSyntheticSections()
469 if (ctx.arg.debugNames) in checkOptions()1392 ctx.arg.debugNames = args.hasFlag(OPT_debug_names, OPT_no_debug_names, false); in readConfigs()
2161 finalizeSynthetic(ctx, ctx.in.debugNames.get()); in finalizeSections()
157 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames() function
1098 for (const auto &DebugName : WOF->debugNames()) { in lookupAllocatableSection()