Searched refs:Options (Results 126 - 150 of 173) sorted by relevance

1234567

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp30 #include "lldb/Interpreter/Options.h"
371 Options *
1050 Options *
1355 Options *
H A DCommandObjectDisassemble.cpp26 #include "lldb/Interpreter/Options.h"
41 Options(interpreter),
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp462 TM->Options.PrintMachineCode = true;
H A DAnalysis.cpp493 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt ||
H A DPrologEpilogInserter.cpp635 if (Fn.getTarget().Options.EnableSegmentedStacks)
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp677 if (!TM.Options.UnsafeFPMath) {
683 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath)
701 if (Subtarget->isAAPCS_ABI() && TM.Options.FloatABIType == FloatABI::Hard)
H A DARMBaseRegisterInfo.cpp373 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI->adjustsStack())
/freebsd-10.3-release/contrib/openresolv/
H A Dresolvconf.in78 Options:
/freebsd-10.3-release/share/mk/
H A Dbsd.sys.mk9 # for GCC: http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/Warning-Options.html
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp143 !(TM.Options.UnsafeFPMath &&
148 !(TM.Options.UnsafeFPMath &&
467 if (TM.Options.UnsafeFPMath) {
529 if (TM.Options.UnsafeFPMath) {
1998 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
2230 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
2527 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
2918 if (CC == CallingConv::Fast && DAG.getTarget().Options.GuaranteedTailCallOpt){
2954 if (!getTargetMachine().Options.GuaranteedTailCallOpt)
3444 getTargetMachine().Options
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp214 if (!FirstTimeThrough && TO == TM.Options) return;
222 TO = TM.Options;
322 } else if (!TM.Options.UseSoftFloat) {
336 if (!TM.Options.UseSoftFloat) {
379 } else if (!TM.Options.UseSoftFloat) {
640 else if (TM.Options.EnableSegmentedStacks)
647 if (!TM.Options.UseSoftFloat && X86ScalarSSEf64) {
681 } else if (!TM.Options.UseSoftFloat && X86ScalarSSEf32) {
711 if (!TM.Options.UnsafeFPMath) {
716 } else if (!TM.Options
[all...]
H A DX86FrameLowering.cpp50 return (MF.getTarget().Options.DisableFramePointerElim(MF) ||
442 !MF.getTarget().Options.EnableSegmentedStacks) { // Regular stack
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp573 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI->hasCalls())
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp457 return (MF.getTarget().Options.DisableFramePointerElim(MF) ||
/freebsd-10.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp82 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h131 class Options;
/freebsd-10.3-release/crypto/openssh/
H A Dsshconnect1.c59 extern Options options;
H A Dsshconnect.c80 extern Options options;
/freebsd-10.3-release/crypto/openssl/util/
H A Dmkerr.pl51 Options: label
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h43 #include "lldb/Interpreter/Options.h"
1015 class ProcessLaunchCommandOptions : public Options
1020 Options(interpreter)
1045 // Options table: Required for subclasses of Options.
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp241 SavedFastISel = IS.TM.Options.EnableFastISel;
389 assert((!EnableFastISelVerbose || TM.Options.EnableFastISel) &&
391 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) &&
995 if (TM.Options.EnableFastISel)
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp432 if (getTargetMachine().Options.UseSoftFloat &&
/freebsd-10.3-release/contrib/binutils/binutils/
H A Ddllwrap.c478 fprintf (file, _(" Options for %s:\n"), prog_name);
487 fprintf (file, _(" Options passed to DLLTOOL:\n"));
/freebsd-10.3-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot90 # Options to use when creating separate boot pool (if any)
237 msg_configure_options="Configure Options:"
1040 "# Device" Mountpoint FStype Options Dump "Pass#" \
/freebsd-10.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh32 # Usage instructions. Options not listed:
39 Options:

Completed in 393 milliseconds

1234567