Searched defs:Options (Results 26 - 50 of 198) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatCommon.h29 void format(raw_ostream &S, StringRef Options) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h33 RISCVAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/subversion/
H A Dgen-make.py222 class Options: class in inherits:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DSimpleFormatContext.h36 SimpleFormatContext(LangOptions Options) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp42 StandaloneToolExecutor( CommonOptionsParser Options, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
H A DAllTUsExecution.cpp70 AllTUsToolExecutor( CommonOptionsParser Options, unsigned ThreadCount, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp327 createSparcAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp219 createVEAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueString.h24 enum Options { eOptionEncodeCharacterEscapeSequences = (1u << 0) }; enum in class:lldb_private::OptionValueString
/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp155 std::vector<CommandOption> Options; local
181 std::vector<Record *> Options = Records.getAllDerivedDefinitions("Option"); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h39 struct Options { struct in class:llvm::symbolize::LLVMSymbolizer
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h125 JITTargetMachineBuilder &setOptions(TargetOptions Options) { argument
152 TargetOptions Options; member in class:llvm::orc::JITTargetMachineBuilder
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.h125 const FuzzingOptions Options; member in class:fuzzer::MutationDispatcher
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp43 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp57 BPFTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp56 LanaiTargetMachine(const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CodeModel, CodeGenOpt::Level OptLevel, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp169 createMSP430MCAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp35 computeDataLayout(const Triple &TT, StringRef CPU, const TargetOptions &Options) argument
40 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp57 computeTargetABI(const Triple &TT, StringRef CPU, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp266 createPPCAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h38 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false) argument
46 InstrProfOptions Options; member in class:llvm::InstrProfiling
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp419 codegen::getBBSectionsMode(llvm::TargetOptions &Options) { argument
442 TargetOptions Options; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp66 StringRef Options; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp30 ARCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCTargetDesc.cpp54 createARCMCAsmInfo(const MCRegisterInfo &MRI, const Triple &TT, const MCTargetOptions &Options) argument

Completed in 160 milliseconds

12345678