Searched refs:Options (Results 176 - 200 of 437) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/tools/ansify/
H A Dansify.pl141 Options: label
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp97 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp20 InitializeELF(TM.Options.UseInitArray);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h65 MethodOptions Options);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h45 : IRCompiler(irManglingOptionsFromTargetOptions(TM.Options)), TM(TM),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp23 InitializeELF(TM.Options.UseInitArray);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h209 llvm::StringRef Options);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp23 #include "lldb/Interpreter/Options.h"
50 Options *GetOptions() override { return &m_options; }
53 class CommandOptions : public Options {
56 : Options(), m_start_idx(0), m_stop_idx(0), m_count(0), m_clear(false) {
223 Options *GetOptions() override { return &m_options; }
226 class CommandOptions : public Options {
229 : Options(), m_stop_on_error(true), m_silent_run(false),
387 Options *GetOptions() override { return &m_option_group; }
1140 class CommandOptions : public Options {
1142 CommandOptions() : Options() {}
[all...]
H A DCommandObjectBreakpoint.cpp22 #include "lldb/Interpreter/Options.h"
44 // Modifiable Breakpoint Options
239 Options *GetOptions() override { return &m_all_options; }
814 Options *GetOptions() override { return &m_options; }
1084 Options *GetOptions() override { return &m_options; }
1086 class CommandOptions : public Options {
1089 : Options(), m_level(lldb::eDescriptionLevelBrief), m_use_dummy(false) {
1219 Options *GetOptions() override { return &m_options; }
1221 class CommandOptions : public Options {
1223 CommandOptions() : Options(), m_filenam
[all...]
H A DCommandObjectType.cpp24 #include "lldb/Interpreter/Options.h"
101 class CommandOptions : public Options {
103 CommandOptions(CommandInterpreter &interpreter) : Options() {}
130 Options *GetOptions() override { return &m_options; }
284 class CommandOptions : public Options {
286 CommandOptions() : Options() {}
359 Options *GetOptions() override { return &m_options; }
566 Options *GetOptions() override { return &m_option_group; }
711 class CommandOptions : public Options {
713 CommandOptions() : Options() {}
[all...]
H A DCommandObjectThread.cpp18 #include "lldb/Interpreter/Options.h"
240 class CommandOptions : public Options {
242 CommandOptions() : Options() {
319 Options *GetOptions() override { return &m_options; }
548 Options *GetOptions() override { return &m_all_options; }
972 class CommandOptions : public Options {
978 : Options(), m_thread_idx(LLDB_INVALID_THREAD_ID),
1079 Options *GetOptions() override { return &m_options; }
1382 class CommandOptions : public Options {
1384 CommandOptions() : Options() { OptionParsingStartin
[all...]
H A DCommandObjectFrame.cpp21 #include "lldb/Interpreter/Options.h"
50 class CommandOptions : public Options {
52 CommandOptions() : Options() { OptionParsingStarting(nullptr); }
100 // Options.
132 Options *GetOptions() override { return &m_options; }
228 class CommandOptions : public Options {
230 CommandOptions() : Options() { OptionParsingStarting(nullptr); }
294 Options *GetOptions() override { return &m_options; }
442 Options *GetOptions() override { return &m_option_group; }
732 class CommandOptions : public Options {
[all...]
H A DCommandObjectLog.cpp14 #include "lldb/Interpreter/Options.h"
75 Options *GetOptions() override { return &m_options; }
77 class CommandOptions : public Options {
79 CommandOptions() : Options(), log_file(), log_options(0) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCTargetDesc.cpp35 const MCTargetOptions &Options) {
34 createVEMCAsmInfo(const MCRegisterInfo &MRI, const Triple &TT, const MCTargetOptions &Options) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp55 const MCTargetOptions &Options) {
53 createRISCVMCAsmInfo(const MCRegisterInfo &MRI, const Triple &TT, const MCTargetOptions &Options) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h53 ASTDiff(SyntaxTree &Src, SyntaxTree &Dst, const ComparisonOptions &Options);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp409 TM.Options.PrintMachineCode = true;
412 TM.Options.EnableIPRA = EnableIPRA;
415 TM.Options.EnableIPRA |= TM.useIPRA();
418 if (TM.Options.EnableIPRA)
422 TM.Options.GlobalISelAbort = EnableGlobalISelAbort;
771 (TM->Options.EnableGlobalISel &&
779 // Set consistently TM->Options.EnableFastISel and EnableGlobalISel.
898 if (TM->Options.EnableIPRA)
967 if (TM->Options.EnableIPRA)
977 if (TM->Options
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp65 c.Options = initTargetOptionsFromCodeGenFlags();
69 c.Options.FunctionSections = true;
70 c.Options.DataSections = true;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp218 const TargetOptions &Options,
223 T, computeDataLayout(TT), TT, CPU, FS, Options,
231 this->Options.TrapUnreachable = true;
232 this->Options.NoTrapAfterNoreturn = TT.isOSBinFormatMachO();
313 MaybeAlign(Options.StackAlignmentOverride), PreferVectorWidthOverride,
342 /// X86 Code Generator Pass Configuration Options.
216 X86TargetMachine(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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp153 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) argument
154 : ModulePass(ID), InstrProf(Options, IsCS) {}
398 llvm::createInstrProfilingLegacyPass(const InstrProfOptions &Options, argument
400 return new InstrProfilingLegacyPass(Options, IsCS);
438 return Options.DoCounterPromotion;
450 if (Options.UseBFIInPromotion) {
644 if (Options.Atomic || AtomicCounterUpdateAll) {
954 if (Options.NoRedZone)
1002 if (Options.NoRedZone)
1028 createProfileFileNameVar(*M, Options
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp312 const TargetOptions &Options) {
323 Options, Path);
366 static void listSymbols(const TargetOptions &Options) { argument
370 getLocalLTOModule(Filename, Buffer, Options);
523 ThinLTOProcessing(const TargetOptions &Options) { argument
525 ThinGenerator.setTargetOptions(Options);
876 TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); local
879 listSymbols(Options);
911 thinlto::ThinLTOProcessing ThinLTOProcessor(Options);
936 CodeGen.setTargetOptions(Options);
311 getLocalLTOModule(StringRef Path, std::unique_ptr<MemoryBuffer> &Buffer, const TargetOptions &Options) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp556 std::vector<Piece *> Options; member in struct:__anon954::SelectPiece
579 Piece *Options[2] = {}; member in struct:__anon954::DiffPiece
909 for (auto *O : P->Options) {
923 void VisitDiff(DiffPiece *P) { Visit(P->Options[1]); }
949 for (auto *D : P->Options) {
953 if (!P->Options.empty())
962 assert(P->Options.size() == P->OptionPrefixes.size());
963 for (unsigned I = 0, End = P->Options.size(); I < End; ++I) {
966 Visit(P->Options[I]);
969 if (!P->Options
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp184 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { argument
185 this->Options = Options;
379 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel));
625 void LTOCodeGenerator::setCodeGenDebugOptions(ArrayRef<const char *> Options) { argument
626 for (StringRef Option : Options)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp62 const ComparisonOptions &Options);
105 const ComparisonOptions &Options; member in class:clang::diff::ASTDiff::Impl
772 return Options.isMatchingAllowed(T1.getNode(Id1), T2.getNode(Id2));
786 Options.MaxSize)
826 if (Similarity >= Options.MinSimilarity && Similarity > HighestSimilarity) {
870 Options.MinHeight) {
905 const ComparisonOptions &Options)
906 : T1(T1), T2(T2), Options(Options) {
913 if (Options
904 Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2, const ComparisonOptions &Options) argument
961 ASTDiff(SyntaxTree &T1, SyntaxTree &T2, const ComparisonOptions &Options) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh28 Options:

Completed in 409 milliseconds

1234567891011>>