Lines Matching refs:Config

62   if (!Config->Chroot.empty() && Path.startswith("/"))  in readFile()
63 Path = Saver.save(Config->Chroot + Path); in readFile()
112 switch (Config->EKind) { in getSrcMsg()
336 if (Config->Optimize == 0 && !Config->Relocatable) in shouldMerge()
412 if ((Sec.sh_flags & SHF_EXCLUDE) && !Config->Relocatable) { in initializeSections()
420 else if (Config->ICF == ICFLevel::Safe) in initializeSections()
452 if (Config->Relocatable) in initializeSections()
535 if (Config->ARMVFPArgs != Arg && Config->ARMVFPArgs != ARMVFPArgKind::Default) in updateARMVFPArgs()
538 Config->ARMVFPArgs = Arg; in updateARMVFPArgs()
566 Config->ARMHasBlx = true; in updateSupportedARMFeatures()
573 Config->ARMHasBlx = true; in updateSupportedARMFeatures()
574 Config->ARMJ1J2BranchEncoding = true; in updateSupportedARMFeatures()
578 Config->ARMHasMovtMovw = true; in updateSupportedARMFeatures()
614 if (Config->EMachine != EM_ARM) in createInputSection()
618 Attributes.Parse(Contents, /*isLittle*/ Config->EKind == ELF32LEKind); in createInputSection()
645 if (Config->Relocatable) { in createInputSection()
687 if (Config->EmitRelocs) { in createInputSection()
718 if (Config->Relocatable) { in createInputSection()
748 if (Name == ".note.gnu.build-id" && Config->BuildId != BuildIdKind::None) in createInputSection()
754 if (Name == ".eh_frame" && !Config->Relocatable) in createInputSection()
864 IsNeeded(!Config->AsNeeded) {} in SharedFile()
1035 if (Config->EMachine == EM_MIPS && Idx == VER_NDX_LOCAL && in parseRest()
1110 if (Config->ThinLTOIndexOnly) in BitcodeFile()
1287 if (getELFKind(this->MB) != Config->EKind) { in parse()
1313 StringRef Suffix = Config->ThinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()
1314 StringRef Repl = Config->ThinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()