Home
last modified time | relevance | path

Searched refs:Internalize (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp40 StringSet<> Internalize; member in __anon6b58b84b0111::ModuleLinker
409 Internalize.insert(GV.getName()); in addLazyFor()
423 Internalize.insert(GV2->getName()); in addLazyFor()
594 Internalize.insert(GV->getName()); in run()
616 InternalizeCallback(DstM, Internalize); in run()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 bool Internalize; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp78 static cl::opt<bool> Internalize("internalize", variable
463 InternalizeLinkedSymbols = Internalize; in linkFiles()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp915 for (auto [BCFile, Internalize] : BCLibs) { in addClangTargetOptions()
916 if (Internalize) in addClangTargetOptions()
957 bool Internalize = true) { in getCommonBitcodeLibs() argument
958 BCLib.ShouldInternalize = Internalize; in getCommonBitcodeLibs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp209 F, CodeGenOpts, LangOpts, TargetOpts, LM.Internalize); in LinkInModules()
215 if (LM.Internalize) { in LinkInModules()
903 F.Internalize, F.LinkFlags}); in loadLinkModules()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h250 bool Internalize = false; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1782 F.PropagateAttrs && F.Internalize; in GenerateCodeGenArgs()
2182 F.Internalize = true; in ParseCodeGenArgs()
/freebsd/lib/clang/libllvm/
H A DMakefile1896 SRCS_MIN+= Transforms/IPO/Internalize.cpp