Searched refs:UseInitArray (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 121 EnableFastISel(false), EnableGlobalISel(false), UseInitArray(false), in TargetOptions() 224 unsigned UseInitArray : 1; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kTargetObjectFile.cpp | 38 InitializeELF(TM.Options.UseInitArray); in Initialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.cpp | 70 InitializeELF(TM.Options.UseInitArray); in Initialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 121 InitializeELF(TgtM.Options.UseInitArray); in Initialize() 1027 static MCSectionELF *getStaticStructorSection(MCContext &Ctx, bool UseInitArray, in getStaticStructorSection() argument 1038 if (UseInitArray) { in getStaticStructorSection() 1067 return getStaticStructorSection(getContext(), UseInitArray, true, Priority, in getStaticCtorSection() 1073 return getStaticStructorSection(getContext(), UseInitArray, false, Priority, in getStaticDtorSection() 1121 UseInitArray = UseInitArray_; in InitializeELF() 1123 if (!UseInitArray) { in InitializeELF()
|
| H A D | CommandFlags.cpp | 506 Options.UseInitArray = !getUseCtors(); in InitTargetOptionsFromCodeGenFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 34 bool UseInitArray = false; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 521 Options.UseInitArray = CodeGenOpts.UseInitArray; in initTargetOptions()
|
| H A D | CGObjCGNU.cpp | 1581 if (CGM.getCodeGenOpts().UseInitArray) in ModuleInitFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 294 CODEGENOPT(UseInitArray , 1, 0) ///< Control whether to use .init_array or
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2329 if (!TM.Options.UseInitArray) in emitXXStructorList()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2677 CodeGenOpts<"UseInitArray">, DefaultTrue,
|