Home
last modified time | relevance | path

Searched defs:getOptions (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dmisaligned-member-with-depdent-type.cpp6 void getOptions() { in getOptions() function
17 …template <typename T> getOptions() // expected-error {{a type specifier is required for all declar… in getOptions() function
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h135 TargetOptions &getOptions() { return Options; } in getOptions() function
138 const TargetOptions &getOptions() const { return Options; } in getOptions() function
/llvm-project/mlir/include/mlir/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.h83 const SPIRVConversionOptions &getOptions() const { return options; } getOptions() function
/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h94 const LowerToLLVMOptions &getOptions() const { return options; } getOptions() function
/llvm-project/mlir/lib/TableGen/
H A DPass.cpp98 ArrayRef<PassOption> Pass::getOptions() const { return options; } in getOptions() function in Pass
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h176 const Options &getOptions() { return Opts; } in getOptions() function
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h98 const DWARFLinkerOptions &getOptions() const { return Options; } in getOptions() function
/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.h76 const OneShotBufferizationOptions &getOptions() const { in getOptions() function
/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h116 uint64_t getOptions() const { return Options; } in getOptions() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp26 LVOptions *LVOptions::getOptions() { return &Options; } in getOptions() function in LVOptions
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h291 const CoverageViewOptions &getOptions() const { return Options; } getOptions() function
/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp255 Options &getOptions() { return *getOptionsInternal(); } in getOptions() function
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h159 FunctionOptions getOptions() const { return Options; } in getOptions() function
190 FunctionOptions getOptions() const { return Options; } in getOptions() function
310 PointerOptions getOptions() const { in getOptions() function
452 ClassOptions getOptions() const { return Options; } in getOptions() function
735 MethodOptions getOptions() const { return Attrs.getFlags(); } getOptions() function
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h535 const BufferizationOptions &getOptions() const { return options; } getOptions() function
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp270 ClangTidyOptionsProvider::getOptions(llvm::StringRef FileName) { getOptions() function in clang::tidy::ClangTidyOptionsProvider
H A DClangTidyDiagnosticConsumer.cpp260 const ClangTidyOptions &ClangTidyContext::getOptions() const { in getOptions() function in ClangTidyContext
[all...]
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/
H A DTransformInterfaces.h226 const TransformOptions &getOptions() const { return options; } getOptions() function
/llvm-project/clang/tools/clang-refactor/
H A DClangRefactor.cpp304 const RefactoringActionCommandLineOptions &getOptions() const { in getOptions() function in __anon41cec7790111::RefactoringActionSubcommand
/llvm-project/llvm/tools/dsymutil/
H A Ddsymutil.cpp299 static Expected<DsymutilOptions> getOptions(opt::InputArgList &Args) { getOptions() function
/llvm-project/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp583 RcOptions getOptions(const char *Argv0, ArrayRef<const char *> ArgsArr, getOptions() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp157 SanitizerCoverageOptions getOptions(int LegacyCoverageLevel) { getOptions() function