Home
last modified time | relevance | path

Searched refs:UseSeparateSections (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp425 bool UseSeparateSections = in AddGoldPlugin() local
429 options::OPT_fno_function_sections, UseSeparateSections)) { in AddGoldPlugin()
434 UseSeparateSections)) { in AddGoldPlugin()
H A DClang.cpp4101 bool UseSeparateSections = isUseSeparateSections(Triple); in ConstructJob() local
4104 options::OPT_fno_function_sections, UseSeparateSections)) { in ConstructJob()
4109 UseSeparateSections)) { in ConstructJob()