Home
last modified time | relevance | path

Searched refs:gdbIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDConfig.h255 bool gdbIndex; member
HDSyntheticSections.cpp4485 gdbIndex.reset(); in reset()
4905 if (config->gdbIndex) { in createSyntheticSections()
4906 in.gdbIndex = GdbIndexSection::create<ELFT>(); in createSyntheticSections()
4907 add(*in.gdbIndex); in createSyntheticSections()
HDSyntheticSections.h1510 std::unique_ptr<GdbIndexSection> gdbIndex; member
HDDriver.cpp438 if (config->gdbIndex) in checkOptions()
1311 config->gdbIndex = args.hasFlag(OPT_gdb_index, OPT_no_gdb_index, false); in readConfigs()