Home
last modified time | relevance | path

Searched refs:ModuleFormat (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DCodeGenOptions.cpp23 void CodeGenOptions::resetNonModularOptions(StringRef ModuleFormat) { in resetNonModularOptions() argument
46 if (ModuleFormat == "raw" && !DebugTypeExtRefs) { in resetNonModularOptions()
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h126 std::string ModuleFormat;
274 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
127 std::string ModuleFormat; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h588 StringRef Format = getHeaderSearchOpts().ModuleFormat;
602 StringRef Format = getHeaderSearchOpts().ModuleFormat;
H A DASTUnit.h818 /// \param ModuleFormat - If provided, uses the specific module format.
851 std::optional<StringRef> ModuleFormat = std::nullopt,
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h552 void resetNonModularOptions(StringRef ModuleFormat);
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp830 AST->HSOpts->ModuleFormat = std::string(PCHContainerRdr.getFormats().front()); in LoadFromASTFile()
1769 bool RetainExcludedConditionalBlocks, std::optional<StringRef> ModuleFormat, in LoadFromCommandLine()
1814 if (ModuleFormat) in LoadFromCommandLine()
1815 CI->getHeaderSearchOpts().ModuleFormat = std::string(*ModuleFormat); in LoadFromCommandLine()
1756 LoadFromCommandLine(const char ** ArgBegin,const char ** ArgEnd,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,StringRef ResourceFilesPath,bool StorePreamblesInMemory,StringRef PreambleStoragePath,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,ArrayRef<RemappedFile> RemappedFiles,bool RemappedFilesKeepOriginalName,unsigned PrecompilePreambleAfterNParses,TranslationUnitKind TUKind,bool CacheCodeCompletionResults,bool IncludeBriefCommentsInCodeCompletion,bool AllowPCHWithCompilerErrors,SkipFunctionBodiesScope SkipFunctionBodies,bool SingleFileParse,bool UserFilesAreVolatile,bool ForSerialization,bool RetainExcludedConditionalBlocks,std::optional<StringRef> ModuleFormat,std::unique_ptr<ASTUnit> * ErrAST,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromCommandLine() argument
H A DFrontendActions.cpp815 CI.getHeaderSearchOpts().ModuleFormat = "obj"; in ExecuteAction()
H A DCompilerInvocation.cpp4966 HBuilder.add(hsOpts.Sysroot, hsOpts.ModuleFormat, hsOpts.UseDebugInfo,
5011 if (getHeaderSearchOpts().ModuleFormat == "obj") {
5069 getCodeGenOpts().resetNonModularOptions(getHeaderSearchOpts().ModuleFormat);
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp339 ScanInstance.getHeaderSearchOpts().ModuleFormat = "raw";
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7620 MarshallingInfoString<HeaderSearchOpts<"ModuleFormat">, [{"raw"}]>;