| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 234 unsigned OptLevel, bool Freestanding, in optimizeModule() argument 252 if (Freestanding) in optimizeModule() 360 bool Freestanding, const TargetMachineBuilder &TMBuilder) { in ModuleCacheEntry() argument 380 Conf.Freestanding = Freestanding; in ModuleCacheEntry() 434 bool Freestanding, unsigned OptLevel, unsigned count, in ProcessThinLTOModule() argument 479 optimizeModule(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule() 912 optimizeModule(TheModule, *TMBuilder.create(), OptLevel, Freestanding, in optimize() 1132 DefinedGVSummaries, OptLevel, Freestanding, in run() 1178 DisableCodeGen, SaveTempsDir, Freestanding, OptLevel, count, in run()
|
| H A D | LTOBackend.cpp | 283 if (Conf.Freestanding) in runNewPMPasses()
|
| H A D | LTO.cpp | 164 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 219 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() 351 bool Freestanding = false; variable
|
| H A D | LTOCodeGenerator.h | 190 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 66 bool Freestanding = false; member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 337 Conf.Freestanding = EnableFreestanding; in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 112 .Case("freestanding", LangOpts.Freestanding) in hasFeature()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 452 if (LangOpts.Freestanding) in InitializeStandardPredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 3873 if (Opts.NoBuiltin && !Opts.Freestanding) in GenerateLangArgs() 4321 Opts.NoBuiltin = Args.hasArg(OPT_fno_builtin) || Opts.Freestanding; in ParseLangArgs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 111 LANGOPT(Freestanding , 1, 0, NotCompatible, "freestanding implementation")
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 5995 bool Freestanding = in ConstructJob() local 5998 if (Freestanding) in ConstructJob() 6018 !Freestanding); in ConstructJob() 6021 IsSyncUnwindTablesDefault && !Freestanding); in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 3353 return isNamed(this, "main") && !getLangOpts().Freestanding && in isMain()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1427 if (S.getLangOpts().Freestanding) in ConvertDeclSpecToType()
|
| H A D | SemaDecl.cpp | 8245 if (!getLangOpts().Freestanding && isMainVar(Name, NewVD)) { in ActOnVariableDeclarator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2852 MarshallingInfoFlag<LangOpts<"Freestanding">>;
|