Home
last modified time | relevance | path

Searched refs:fatLTOObjects (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h218 bool fatLTOObjects; member
H A DDriver.cpp254 if (!config->fatLTOObjects) in tryAddFatLTOFile()
1244 config->fatLTOObjects = in readConfigs()
H A DInputFiles.cpp852 if (config->relocatable && !config->fatLTOObjects) { in initializeSections()