Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h105 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
243 bool ShouldInternalize = EnableLTOInternalization; member
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h130 bool ShouldInternalize; member
131 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true)
132 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp54 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
H A DHIPAMD.cpp312 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h593 lto_bool_t ShouldInternalize);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp490 if (!ShouldInternalize) in applyScopeRestrictions()
521 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()