Home
last modified time | relevance | path

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

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