Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h106 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
245 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.cpp48 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
H A DHIPAMD.cpp268 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
H A DAMDGPU.cpp958 BCLib.ShouldInternalize = Internalize; in getCommonBitcodeLibs()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp477 if (!ShouldInternalize) in applyScopeRestrictions()
508 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h608 lto_bool_t ShouldInternalize);