Home
last modified time | relevance | path

Searched refs:Freestanding (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp240 unsigned OptLevel, bool Freestanding, in optimizeModule() argument
258 if (Freestanding) in optimizeModule()
367 bool Freestanding, const TargetMachineBuilder &TMBuilder) { in ModuleCacheEntry() argument
387 Conf.Freestanding = Freestanding; in ModuleCacheEntry()
440 bool Freestanding, unsigned OptLevel, unsigned count, in ProcessThinLTOModule() argument
485 optimizeModule(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule()
927 optimizeModule(TheModule, *TMBuilder.create(), OptLevel, Freestanding, in optimize()
1151 DefinedGVSummaries, OptLevel, Freestanding, in run()
1197 DisableCodeGen, SaveTempsDir, Freestanding, OptLevel, count, in run()
H A DLTOBackend.cpp277 if (Conf.Freestanding) in runNewPMPasses()
H A DLTO.cpp148 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h211 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding()
342 bool Freestanding = false; variable
H A DLTOCodeGenerator.h186 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h136 bool Freestanding);
178 bool Freestanding = false;
H A DCuda.cpp709 const ArgList &Args, bool Freestanding = false) in NVPTXToolChain() argument
711 Freestanding(Freestanding) { in NVPTXToolChain()
754 if (Freestanding) in addClangTargetOptions()
H A DClang.cpp5700 bool Freestanding = in ConstructJob() local
5703 if (Freestanding) in ConstructJob()
5722 !Freestanding); in ConstructJob()
5725 IsSyncUnwindTablesDefault && !Freestanding); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h68 bool Freestanding = false; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp306 Conf.Freestanding = EnableFreestanding; in run()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp117 .Case("freestanding", LangOpts.Freestanding) in hasFeature()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp431 if (LangOpts.Freestanding) in InitializeStandardPredefinedMacros()
H A DCompilerInvocation.cpp3485 if (Opts.NoBuiltin && !Opts.Freestanding) in GenerateLangArgs()
3881 Opts.NoBuiltin = Args.hasArg(OPT_fno_builtin) || Opts.Freestanding; in ParseLangArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def154 LANGOPT(Freestanding, 1, 0, "freestanding implementation")
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3265 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1801 if (S.getLangOpts().Freestanding) in ConvertDeclSpecToType()
H A DSemaDecl.cpp8230 !getLangOpts().Freestanding && !NewVD->getDescribedVarTemplate()) { in ActOnVariableDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2613 MarshallingInfoFlag<LangOpts<"Freestanding">>;