Home
last modified time | relevance | path

Searched refs:debugNames (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h319 bool debugNames; member
596 std::unique_ptr<SyntheticSection> debugNames; member
H A DSyntheticSections.cpp4974 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()
H A DDriver.cpp469 if (ctx.arg.debugNames) in checkOptions()
1392 ctx.arg.debugNames = args.hasFlag(OPT_debug_names, OPT_no_debug_names, false); in readConfigs()
H A DWriter.cpp2161 finalizeSynthetic(ctx, ctx.in.debugNames.get()); in finalizeSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h157 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1098 for (const auto &DebugName : WOF->debugNames()) { in lookupAllocatableSection()