Searched refs:DisableModuleHash (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 103 unsigned DisableModuleHash : 1; variable 176 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(0), in Sysroot()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | HeaderSearchOptions.h | 134 unsigned DisableModuleHash : 1; 267 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | HeaderSearchOptions.h | 134 unsigned DisableModuleHash : 1; 271 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | HeaderSearchOptions.h | 134 unsigned DisableModuleHash : 1; 271 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | HeaderSearchOptions.h | 134 unsigned DisableModuleHash : 1; 275 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 138 if (HSOpts->DisableModuleHash) { in getModuleFileName()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 390 if (!SpecificModuleCache.empty() && !getHeaderSearchOpts().DisableModuleHash) in getSpecificModuleCachePath()
|
H A D | CompilerInvocation.cpp | 1363 Opts.DisableModuleHash = Args.hasArg(OPT_fdisable_module_hash); in ParseHeaderSearchArgs()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1453 Record.push_back(HSOpts.DisableModuleHash); in WriteControlBlock()
|
H A D | ASTReader.cpp | 4801 HSOpts.DisableModuleHash = Record[Idx++]; in ParseHeaderSearchOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/ |
D | Options.inc | 8563 …"Disable the module hash", nullptr, nullptr, true, 0, HeaderSearchOpts->DisableModuleHash, false, …
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/ |
D | Options.inc | 8713 …"Disable the module hash", nullptr, nullptr, true, 0, HeaderSearchOpts->DisableModuleHash, false, …
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/ |
D | Options.inc | 8713 …"Disable the module hash", nullptr, nullptr, true, 0, HeaderSearchOpts->DisableModuleHash, false, …
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/ |
D | Options.inc | 8863 …{0, 0}}, nullptr) }}), nullptr, nullptr, true, 0, HeaderSearchOpts->DisableModuleHash, false, fals…
|