Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp234 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 DLTOBackend.cpp283 if (Conf.Freestanding) in runNewPMPasses()
H A DLTO.cpp164 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h219 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding()
351 bool Freestanding = false; variable
H A DLTOCodeGenerator.h190 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h66 bool Freestanding = false; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp337 Conf.Freestanding = EnableFreestanding; in run()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp112 .Case("freestanding", LangOpts.Freestanding) in hasFeature()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp452 if (LangOpts.Freestanding) in InitializeStandardPredefinedMacros()
H A DCompilerInvocation.cpp3873 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 DLangOptions.def111 LANGOPT(Freestanding , 1, 0, NotCompatible, "freestanding implementation")
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5995 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 DDecl.cpp3353 return isNamed(this, "main") && !getLangOpts().Freestanding && in isMain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1427 if (S.getLangOpts().Freestanding) in ConvertDeclSpecToType()
H A DSemaDecl.cpp8245 if (!getLangOpts().Freestanding && isMainVar(Name, NewVD)) { in ActOnVariableDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2852 MarshallingInfoFlag<LangOpts<"Freestanding">>;