Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp40 StringSet<> Internalize; member in __anon5f73b0200111::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()
/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 bool Internalize; member
/src/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp78 static cl::opt<bool> Internalize("internalize", variable
476 InternalizeLinkedSymbols = Internalize; in linkFiles()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h242 bool Internalize = false; member
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp241 F, CodeGenOpts, LangOpts, TargetOpts, LM.Internalize); in LinkInModules()
247 if (LM.Internalize) { in LinkInModules()
943 F.Internalize, F.LinkFlags}); in loadLinkModules()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1692 F.PropagateAttrs && F.Internalize; in GenerateCodeGenArgs()
2051 F.Internalize = true; in ParseCodeGenArgs()
/src/lib/clang/libllvm/
H A DMakefile1765 SRCS_MIN+= Transforms/IPO/Internalize.cpp