Searched defs:Options (Results 151 - 175 of 198) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h393 createTargetMachine(StringRef TT, StringRef CPU, StringRef Features, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM = None, CodeGenOpt::Level OL = CodeGenOpt::Default, bool JIT = false) const argument
952 Allocator(const MCRegisterInfo & , const Triple &TT, const MCTargetOptions &Options) argument
1118 Allocator(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
1138 Allocator(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
1159 Allocator(const MCSubtargetInfo &STI, MCAsmParser &P, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
[all...]
H A DCommandLine.h678 ValuesClass(std::initializer_list<OptionEnumValue> Options) argument
690 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp591 ObjectSizeOffsetVisitor(const DataLayout &DL, const TargetLibraryInfo *TLI, LLVMContext &Context, ObjectSizeOpts Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp793 InstrProfOptions Options; local
818 InstrProfOptions Options; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp496 formatBranchInfo(const GCOV::Options &Options, uint64_t Count, uint64_t Total) argument
508 const GCOV::Options &Options; member in struct:__anon3772::formatBranchInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp682 TTI::MemCmpExpansionOptions Options; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp612 TTI::MemCmpExpansionOptions Options; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp111 SparcAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp203 WebAssemblyAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h172 } Options; typedef in typeref:struct:__anon6881
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h170 FunctionOptions Options; member in class:llvm::codeview::ProcedureRecord
204 FunctionOptions Options; member in class:llvm::codeview::MemberFunctionRecord
155 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList) argument
181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, TypeIndex ThisType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList, int32_t ThisPointerAdjustment) argument
425 TagRecord(TypeRecordKind Kind, uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName) argument
463 ClassOptions Options; member in class:llvm::codeview::TagRecord
474 ClassRecord(TypeRecordKind Kind, uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, TypeIndex DerivationList, TypeIndex VTableShape, uint64_t Size, StringRef Name, StringRef UniqueName) argument
506 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, uint64_t Size, StringRef Name, StringRef UniqueName) argument
528 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
733 OneMethodRecord(TypeIndex Type, MemberAccess Access, MethodKind MK, MethodOptions Options, int32_t VFTableOffset, StringRef Name) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp106 const ComparisonOptions &Options; member in class:clang::diff::ASTDiff::Impl
903 Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2, const ComparisonOptions &Options) argument
960 ASTDiff(SyntaxTree &T1, SyntaxTree &T2, const ComparisonOptions &Options) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp564 std::vector<Piece *> Options; member in struct:__anon2438::SelectPiece
587 Piece *Options[2] = {}; member in struct:__anon2438::DiffPiece
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp868 void DataFlowGraph::build(unsigned Options) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp173 SanitizerCoverageOptions OverrideFromCL(SanitizerCoverageOptions Options) { argument
268 SanitizerCoverageOptions Options; member in class:__anon4596::ModuleSanitizerCoverage
314 SanitizerCoverageOptions Options; member in class:__anon4596::ModuleSanitizerCoverageLegacyPass
551 shouldInstrumentBlock(const Function &F, const BasicBlock *BB, const DominatorTree *DT, const PostDominatorTree *PDT, const SanitizerCoverageOptions &Options) argument
601 IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, const SanitizerCoverageOptions &Options) argument
1008 createModuleSanitizerCoverageLegacyPassPass( const SanitizerCoverageOptions &Options, const std::vector<std::string> &AllowlistFiles, const std::vector<std::string> &BlocklistFiles) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp966 auto Options = local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp188 static std::string Options; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp147 PPCAsmParser(const MCSubtargetInfo &STI, MCAsmParser &, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h371 Optional<std::vector<LinkerOption>> Options; member in struct:llvm::ELFYAML::LinkerOptionsSection
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp432 SystemZAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp88 VEAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1564 createX86_32AsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
1583 createX86_64AsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
/freebsd-13-stable/stand/efi/include/
H A Defiip.h139 VOID *Options; member in struct:__anon7986
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-parse.c2675 UINT16 Options; local
/freebsd-13-stable/contrib/dialog/
H A Ddialog.c186 } Options; typedef in typeref:struct:__anon522

Completed in 384 milliseconds

12345678