Searched refs:ModuleFormat (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 125 std::string ModuleFormat; variable 229 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
|
/openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
H A D | core_main.cpp | 74 ModuleFormat("fmodule-format", cl::init("raw"), variable 362 options::ModuleFormat); in indextest_core_main()
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 532 StringRef Format = getHeaderSearchOpts().ModuleFormat; in getPCHContainerWriter() 546 StringRef Format = getHeaderSearchOpts().ModuleFormat; in getPCHContainerReader()
|
H A D | ASTUnit.h | 837 std::optional<StringRef> ModuleFormat = std::nullopt,
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 814 AST->HSOpts->ModuleFormat = std::string(PCHContainerRdr.getFormat()); in LoadFromASTFile() 1746 bool RetainExcludedConditionalBlocks, std::optional<StringRef> ModuleFormat, in LoadFromCommandLine() argument 1785 if (ModuleFormat) in LoadFromCommandLine() 1786 CI->getHeaderSearchOpts().ModuleFormat = std::string(*ModuleFormat); in LoadFromCommandLine()
|
H A D | FrontendActions.cpp | 756 CI.getHeaderSearchOpts().ModuleFormat = "obj"; in BeginInvocation()
|
H A D | CompilerInvocation.cpp | 4648 HBuilder.add(hsOpts.Sysroot, hsOpts.ModuleFormat, hsOpts.UseDebugInfo, in getModuleHash()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 554 CInvok->getHeaderSearchOpts().ModuleFormat = std::string( in clang_indexSourceFile_Impl()
|
/openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 5970 MarshallingInfoString<HeaderSearchOpts<"ModuleFormat">, [{"raw"}]>;
|