Searched refs:ShouldInternalize (Results 1 – 7 of 7) sorted by relevance
106 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()245 bool ShouldInternalize = EnableLTOInternalization; member
130 bool ShouldInternalize; member131 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true)132 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()
48 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
268 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
958 BCLib.ShouldInternalize = Internalize; in getCommonBitcodeLibs()
477 if (!ShouldInternalize) in applyScopeRestrictions()508 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()
608 lto_bool_t ShouldInternalize);