Searched refs:safe_thunks (Results 1 – 4 of 4) sorted by relevance
411 if (config->icfLevel == ICFLevel::safe_thunks) in run()436 if (config->icfLevel == ICFLevel::safe_thunks) in run()445 bool useSafeThunks = config->icfLevel == ICFLevel::safe_thunks; in run()578 ((config->icfLevel == ICFLevel::safe_thunks) && isCodeSec); in foldIdenticalSections()
71 safe_thunks, enumerator
845 .Case("safe_thunks", ICFLevel::safe_thunks) in getICFLevel()849 if ((icfLevel == ICFLevel::safe_thunks) && (config->arch() != AK_arm64)) { in getICFLevel()2230 config->icfLevel == ICFLevel::safe_thunks) in link()
88 " safe_thunks - Like safe, but replaces address-significant functions with thunks\n"90 MetaVarName<"[none,safe,safe_thunks,all]">,