Home
last modified time | relevance | path

Searched defs:icfLevel (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DICF.cpp42 ICF(COFFLinkerContext &c, ICFLevel icfLevel) : icfLevel(icfLevel), ctx(c){}; in ICF()
65 ICFLevel icfLevel = ICFLevel::All; member in lld::coff::ICF
321 void doICF(COFFLinkerContext &ctx, ICFLevel icfLevel) { in doICF()
H A DDriver.cpp1728 Optional<ICFLevel> icfLevel = None; in linkerMain() local
/llvm-project-15.0.7/lld/MachO/
H A DConfig.h166 ICFLevel icfLevel = ICFLevel::none; member
H A DDriver.cpp771 auto icfLevel = StringSwitch<ICFLevel>(icfLevelStr) in getICFLevel() local