Searched refs:ShouldInternalize (Results 1 – 7 of 7) sorted by relevance
104 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()242 bool ShouldInternalize = EnableLTOInternalization; member
124 bool ShouldInternalize; member125 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true)126 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()
61 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
255 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
593 lto_bool_t ShouldInternalize);
500 if (!ShouldInternalize) in applyScopeRestrictions()531 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()
505 bool ShouldInternalize) { in lto_codegen_set_should_internalize() argument506 unwrap(cg)->setShouldInternalize(ShouldInternalize); in lto_codegen_set_should_internalize()