Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h255 bool gdbIndex; member
H A DSyntheticSections.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()
H A DSyntheticSections.h1510 std::unique_ptr<GdbIndexSection> gdbIndex; member
H A DDriver.cpp438 if (config->gdbIndex) in checkOptions()
1311 config->gdbIndex = args.hasFlag(OPT_gdb_index, OPT_no_gdb_index, false); in readConfigs()