/llvm-project/clang/test/SemaCXX/ |
H A D | misaligned-member-with-depdent-type.cpp | 6 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 D | JITTargetMachineBuilder.h | 135 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 D | SPIRVConversion.h | 83 const SPIRVConversionOptions &getOptions() const { return options; } getOptions() function
|
/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/ |
H A D | TypeConverter.h | 94 const LowerToLLVMOptions &getOptions() const { return options; } getOptions() function
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Pass.cpp | 98 ArrayRef<PassOption> Pass::getOptions() const { return options; } in getOptions() function in Pass
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.h | 176 const Options &getOptions() { return Opts; } in getOptions() function
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerGlobalData.h | 98 const DWARFLinkerOptions &getOptions() const { return Options; } in getOptions() function
|
/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/ |
H A D | OneShotAnalysis.h | 76 const OneShotBufferizationOptions &getOptions() const { in getOptions() function
|
/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.h | 116 uint64_t getOptions() const { return Options; } in getOptions() function
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.cpp | 26 LVOptions *LVOptions::getOptions() { return &Options; } in getOptions() function in LVOptions
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 291 const CoverageViewOptions &getOptions() const { return Options; } getOptions() function
|
/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | options_parser.cpp | 255 Options &getOptions() { return *getOptionsInternal(); } in getOptions() function
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 159 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 D | BufferizableOpInterface.h | 535 const BufferizationOptions &getOptions() const { return options; } getOptions() function
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyOptions.cpp | 270 ClangTidyOptionsProvider::getOptions(llvm::StringRef FileName) { getOptions() function in clang::tidy::ClangTidyOptionsProvider
|
H A D | ClangTidyDiagnosticConsumer.cpp | 260 const ClangTidyOptions &ClangTidyContext::getOptions() const { in getOptions() function in ClangTidyContext [all...] |
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/ |
H A D | TransformInterfaces.h | 226 const TransformOptions &getOptions() const { return options; } getOptions() function
|
/llvm-project/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 304 const RefactoringActionCommandLineOptions &getOptions() const { in getOptions() function in __anon41cec7790111::RefactoringActionSubcommand
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 299 static Expected<DsymutilOptions> getOptions(opt::InputArgList &Args) { getOptions() function
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | llvm-rc.cpp | 583 RcOptions getOptions(const char *Argv0, ArrayRef<const char *> ArgsArr, getOptions() function
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 157 SanitizerCoverageOptions getOptions(int LegacyCoverageLevel) { getOptions() function
|