Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h104 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
242 bool ShouldInternalize = EnableLTOInternalization; member
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h124 bool ShouldInternalize; member
125 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true)
126 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp61 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
H A DHIPAMD.cpp255 CC1Args.push_back(BCFile.ShouldInternalize ? "-mlink-builtin-bitcode" in addClangTargetOptions()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A Dlto.h593 lto_bool_t ShouldInternalize);
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp500 if (!ShouldInternalize) in applyScopeRestrictions()
531 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp505 bool ShouldInternalize) { in lto_codegen_set_should_internalize() argument
506 unwrap(cg)->setShouldInternalize(ShouldInternalize); in lto_codegen_set_should_internalize()