Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DConfig.h276 bool debugNames;
550 std::unique_ptr<SyntheticSection> debugNames;
238 bool debugNames; global() member
H A DSyntheticSections.cpp4952 if (ctx.arg.debugNames) {
4953 ctx.in.debugNames = std::make_unique<DebugNamesSection<ELFT>>(ctx);
4954 add(*ctx.in.debugNames);
H A DSyntheticSections.h1508 std::unique_ptr<SyntheticSection> debugNames; global() member
H A DDriver.cpp431 if (ctx.arg.debugNames) in checkOptions()
1275 ctx.arg.debugNames = args.hasFlag(OPT_debug_names, OPT_no_debug_names, false); in readConfigs()
H A DWriter.cpp2127 finalizeSynthetic(ctx, ctx.in.debugNames.get()); in computeFlags()
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h156 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames() function
/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp72 for (const llvm::wasm::WasmDebugName &Name : Obj.debugNames()) { in dumpCustomSection()