Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp236 unsigned OptLevel, bool Freestanding, in optimizeModule() argument
241 if (Freestanding) in optimizeModule()
336 bool Freestanding, const TargetMachineBuilder &TMBuilder) { in ModuleCacheEntry() argument
356 Conf.Freestanding = Freestanding; in ModuleCacheEntry()
424 bool Freestanding, unsigned OptLevel, unsigned count) { in ProcessThinLTOModule() argument
464 optimizeModule(TheModule, TM, OptLevel, Freestanding, &Index); in ProcessThinLTOModule()
882 optimizeModule(TheModule, *TMBuilder.create(), OptLevel, Freestanding, in optimize()
1084 DefinedGVSummaries, OptLevel, Freestanding, in run()
1130 DisableCodeGen, SaveTempsDir, Freestanding, OptLevel, count); in run()
DLTOCodeGenerator.cpp594 if (Freestanding) in optimize()
DLTO.cpp133 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp230 unsigned OptLevel, bool Freestanding, in optimizeModule() argument
235 if (Freestanding) in optimizeModule()
320 bool Freestanding, const TargetMachineBuilder &TMBuilder) { in ModuleCacheEntry() argument
340 Conf.Freestanding = Freestanding; in ModuleCacheEntry()
408 bool Freestanding, unsigned OptLevel, unsigned count) { in ProcessThinLTOModule() argument
440 optimizeModule(TheModule, TM, OptLevel, Freestanding, &Index); in ProcessThinLTOModule()
851 optimizeModule(TheModule, *TMBuilder.create(), OptLevel, Freestanding, in optimize()
1053 DefinedGVSummaries, OptLevel, Freestanding, in run()
1099 DisableCodeGen, SaveTempsDir, Freestanding, OptLevel, count); in run()
DLTOCodeGenerator.cpp569 if (Freestanding) in optimize()
DLTO.cpp140 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
/external/llvm-project/llvm/test/ThinLTO/X86/
Dtli-nobuiltin.ll9 ; Freestanding run: expects fprintf to NOT be turned into fwrite
22 ; Freestanding run: expects fprintf to NOT be turned into fwrite
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h184 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding()
245 bool Freestanding = false; member
DThinLTOCodeGenerator.h212 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding()
340 bool Freestanding = false; variable
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h184 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding()
245 bool Freestanding = false; member
DThinLTOCodeGenerator.h212 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding()
340 bool Freestanding = false; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h56 bool Freestanding = false; member
/external/llvm-project/llvm/include/llvm/LTO/
DConfig.h57 bool Freestanding = false; member
/external/llvm/test/CodeGen/X86/
Dwin64_alloca_dynalloca.ll34 ; Freestanding
/external/llvm-project/llvm/test/CodeGen/X86/
Dwin64_alloca_dynalloca.ll34 ; Freestanding
/external/zstd/contrib/freestanding_lib/
Dfreestanding.py427 class Freestanding(object): class
679 Freestanding(
/external/llvm-project/clang/lib/Basic/
DModule.cpp114 .Case("freestanding", LangOpts.Freestanding) in hasFeature()
/external/clang/include/clang/Basic/
DLangOptions.def132 LANGOPT(Freestanding, 1, 0, "freestanding implementation")
/external/clang/lib/Frontend/
DInitPreprocessor.cpp367 if (LangOpts.Freestanding) in InitializeStandardPredefinedMacros()
DCompilerInvocation.cpp1890 Opts.Freestanding = Args.hasArg(OPT_ffreestanding); in ParseLangArgs()
1891 Opts.NoBuiltin = Args.hasArg(OPT_fno_builtin) || Opts.Freestanding; in ParseLangArgs()
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.def142 LANGOPT(Freestanding, 1, 0, "freestanding implementation")
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp359 if (LangOpts.Freestanding) in InitializeStandardPredefinedMacros()
DCompilerInvocation.cpp3038 Opts.Freestanding = Args.hasArg(OPT_ffreestanding); in ParseLangArgs()
3039 Opts.NoBuiltin = Args.hasArg(OPT_fno_builtin) || Opts.Freestanding; in ParseLangArgs()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp4812 bool Freestanding = in ConstructJob() local
4815 if (Freestanding) in ConstructJob()
4826 !Freestanding); in ConstructJob()
/external/clang/lib/AST/
DDecl.cpp2524 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()

12