Searched refs:FunctionSections (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 127 DisableIntegratedAS(false), FunctionSections(false), in TargetOptions() 254 unsigned FunctionSections : 1; variable
|
| H A D | TargetMachine.h | 337 return Options.FunctionSections; in getFunctionSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 89 CGOPT_EXP(bool, FunctionSections) in CGOPT() 374 static cl::opt<bool> FunctionSections( in CGOPT() local 377 CGBINDOPT(FunctionSections); in CGOPT() 580 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 54 c.Options.FunctionSections = true; in createConfig()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 226 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 55 c.Options.FunctionSections = true; in createConfig()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 450 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 146 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey() 2324 if (C.Options.FunctionSections) in buildCommonRemoteCompilerOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 94 CODEGENOPT(FunctionSections , 1, 0, Benign) ///< Set when -ffunction-sections is enabled.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4426 CodeGenOpts<"FunctionSections">, DefaultFalse,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 29461 {"_ZL16FunctionSections", "FunctionSections"},
|