Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h137 TargetOptions &getOptions() { return Options; } in getOptions() function
140 const TargetOptions &getOptions() const { return Options; } in getOptions() function
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h116 uint64_t getOptions() const { return Options; } in getOptions() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h273 const Options &getOptions() { return Opts; } in getOptions() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp26 LVOptions *LVOptions::getOptions() { return &Options; } in getOptions() function in LVOptions
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.h272 const CoverageViewOptions &getOptions() const { return Options; } in getOptions() function
/openbsd-src/gnu/llvm/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(); } in getOptions() function
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp255 Options &getOptions() { return *getOptionsInternal(); } in getOptions() function
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp304 const RefactoringActionCommandLineOptions &getOptions() const { in getOptions() function in __anonf090c3dd0111::RefactoringActionSubcommand
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp279 static Expected<DsymutilOptions> getOptions(opt::InputArgList &Args) { in getOptions() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp597 RcOptions getOptions(const char *Argv0, ArrayRef<const char *> ArgsArr, in getOptions() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp160 SanitizerCoverageOptions getOptions(int LegacyCoverageLevel) { in getOptions() function