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

/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 bool Internalize; member in struct:clang::CodeGenAction::LinkModule
/freebsd-current/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp40 StringSet<> Internalize; member in class:__anon2081::ModuleLinker
409 Internalize.insert(GV.getName());
423 Internalize.insert(GV2->getName());
594 Internalize.insert(GV->getName());
616 InternalizeCallback(DstM, Internalize);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp37 #include "llvm/Transforms/IPO/Internalize.h"
78 static cl::opt<bool> Internalize("internalize",
79 cl::desc("Internalize linked symbols"),
452 InternalizeLinkedSymbols = Internalize;
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h238 bool Internalize = false; member in struct:clang::CodeGenOptions::BitcodeFileToLink
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp51 #include "llvm/Transforms/IPO/Internalize.h"
244 if (!LM.Internalize && !ShouldLinkFiles)
254 F, CodeGenOpts, LangOpts, TargetOpts, LM.Internalize);
261 if (LM.Internalize) {
968 F.Internalize, F.LinkFlags});
1119 /*Internalize=*/false, /*LinkFlags=*/{}});
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1616 F.PropagateAttrs && F.Internalize;
1973 F.Internalize = true;
/freebsd-current/lib/clang/libllvm/
H A DMakefile1741 SRCS_MIN+= Transforms/IPO/Internalize.cpp

Completed in 150 milliseconds