Home
last modified time | relevance | path

Searched refs:ShouldInternalize (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h103 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
238 bool ShouldInternalize = EnableLTOInternalization; member
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h118 bool ShouldInternalize; member
119 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true)
120 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp418 if (!ShouldInternalize) in applyScopeRestrictions()
449 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A Dlto.h593 lto_bool_t ShouldInternalize);
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp503 bool ShouldInternalize) { in lto_codegen_set_should_internalize() argument
504 unwrap(cg)->setShouldInternalize(ShouldInternalize); in lto_codegen_set_should_internalize()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp250 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()