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.h103 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
241 bool ShouldInternalize = EnableLTOInternalization; member
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h125 bool ShouldInternalize; member
126 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true)
127 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp61 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
H A DHIPAMD.cpp269 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.cpp501 if (!ShouldInternalize) in applyScopeRestrictions()
532 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()