Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/tools/tools/kdrv/
H A DKernelDriver931 proc getOptions {} { procedure
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h176 const Options &getOptions() { return Opts; } in getOptions() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h98 const DWARFLinkerOptions &getOptions() const { return Options; } in getOptions() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h116 uint64_t getOptions() const { return Options; } in getOptions() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp26 LVOptions *LVOptions::getOptions() { return &Options; } in getOptions() function in LVOptions
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h291 const CoverageViewOptions &getOptions() const { return Options; } in getOptions() function
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp255 Options &getOptions() { return *getOptionsInternal(); } in getOptions() function
/freebsd/contrib/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(); } in getOptions() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp157 SanitizerCoverageOptions getOptions(int LegacyCoverageLevel) { in getOptions() function