Searched defs:Internalize (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/CodeGen/ | ||
H A D | CodeGenAction.h | 40 bool Internalize; member |
/llvm-project/llvm/tools/llvm-link/ | ||
H A D | llvm-link.cpp | 78 static cl::opt<bool> Internalize("internalize", variable |
/llvm-project/llvm/lib/Linker/ | ||
H A D | LinkModules.cpp | 40 StringSet<> Internalize; member in __anon13798f3e0111::ModuleLinker |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | CodeGenOptions.h | 242 bool Internalize = false; global() member |