Searched refs:ShouldInternalize (Results 1 – 6 of 6) sorted by relevance
105 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()243 bool ShouldInternalize = EnableLTOInternalization; member
130 bool ShouldInternalize; member131 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true)132 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()
54 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
312 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
593 lto_bool_t ShouldInternalize);
490 if (!ShouldInternalize) in applyScopeRestrictions()521 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()