Home
last modified time | relevance | path

Searched defs:Opts (Results 1 – 25 of 59) sorted by relevance

123

/external/clang/lib/Basic/
DTargets.cpp46 const LangOptions &Opts) { in DefineStd()
83 OSTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in OSTargetInfo()
85 void getTargetDefines(const LangOptions &Opts, in getTargetDefines()
97 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
109 CloudABITargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in CloudABITargetInfo()
113 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, in getDarwinDefines()
225 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
232 DarwinTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in DarwinTargetInfo()
289 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
300 DragonFlyBSDTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in DragonFlyBSDTargetInfo()
[all …]
DWarnings.cpp45 const DiagnosticOptions &Opts, in ProcessWarningOptions()
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
45 ReportOptions Opts) { in handleTypeMismatchImpl()
109 ReportOptions Opts) { in handleIntegerOverflowImpl()
143 ReportOptions Opts) { in handleNegateOverflowImpl()
177 ValueHandle RHS, ReportOptions Opts) { in handleDivremOverflowImpl()
221 ReportOptions Opts) { in handleShiftOutOfBoundsImpl()
270 ReportOptions Opts) { in handleOutOfBoundsImpl()
297 ReportOptions Opts) { in handleBuiltinUnreachableImpl()
308 static void handleMissingReturnImpl(UnreachableData *Data, ReportOptions Opts) { in handleMissingReturnImpl()
322 ReportOptions Opts) { in handleVLABoundNotPositive()
[all …]
Dubsan_handlers_cxx.cc36 ReportOptions Opts) { in HandleDynamicTypeCacheMiss()
99 bool ValidVtable, ReportOptions Opts) { in HandleCFIBadType()
/external/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h47 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() function
105 Options Opts; variable
/external/clang/lib/Index/
DIndexingAction.cpp78 IndexingOptions Opts) in IndexActionBase()
94 IndexingOptions Opts) in IndexAction()
115 IndexingOptions Opts) in WrappingIndexAction()
150 IndexingOptions Opts, in createIndexingAction()
171 IndexingOptions Opts) { in indexASTUnit()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp155 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args, in ParseAnalyzerArgs()
307 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) { in ParseMigratorArgs()
313 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs()
381 static void setPGOInstrumentor(CodeGenOptions &Opts, ArgList &Args, in setPGOInstrumentor()
403 static void setPGOUseInstrumentor(CodeGenOptions &Opts, in setPGOUseInstrumentor()
420 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs()
850 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
918 bool clang::ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args, in ParseDiagnosticArgs()
1040 static void ParseFileSystemArgs(FileSystemOptions &Opts, ArgList &Args) { in ParseFileSystemArgs()
1068 static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, in ParseFrontendArgs()
[all …]
DDependencyFile.cpp172 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl()
234 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
/external/clang/unittests/StaticAnalyzer/
DAnalyzerOptionsTest.cpp18 AnalyzerOptions Opts; in TEST() local
58 AnalyzerOptions Opts; in TEST() local
/external/clang/tools/driver/
Dcc1as_main.cpp158 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, in CreateFromArgs()
260 getOutputStream(AssemblerInvocation &Opts, DiagnosticsEngine &Diags, in getOutputStream()
282 static bool ExecuteAssembler(AssemblerInvocation &Opts, in ExecuteAssembler()
475 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in cc1as_main() local
Ddriver.cpp225 SmallVectorImpl<const char *> &Opts) { in getCLEnvVarOptions()
265 std::unique_ptr<OptTable> Opts(createDriverOptTable()); in CreateAndPopulateDiagOpts() local
/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.h31 CoveragePrinterHTML(const CoverageViewOptions &Opts) in CoveragePrinterHTML()
DSourceCoverageViewText.h31 CoveragePrinterText(const CoverageViewOptions &Opts) in CoveragePrinterText()
DSourceCoverageView.h102 const CoverageViewOptions &Opts; variable
112 CoveragePrinter(const CoverageViewOptions &Opts) : Opts(Opts) {} in CoveragePrinter()
DSourceCoverageViewText.cpp49 unsigned getCombinedColumnWidth(const CoverageViewOptions &Opts) { in getCombinedColumnWidth()
56 unsigned getDividerWidth(const CoverageViewOptions &Opts) { in getDividerWidth()
DSourceCoverageView.cpp74 CoveragePrinter::create(const CoverageViewOptions &Opts) { in create()
/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp269 auto Opts = AllowEAccess ? directory_options::skip_permission_denied in TEST_CASE() local
343 auto Opts = AllowEAccess ? directory_options::skip_permission_denied in TEST_CASE() local
427 auto Opts = AllowEAccess ? directory_options::skip_permission_denied in TEST_CASE() local
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp174 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in ExecuteCompilerInvocation() local
/external/clang/lib/CodeGen/
DBackendUtil.cpp202 SanitizerCoverageOptions Opts; in addSanitizerCoveragePass() local
272 EfficiencySanitizerOptions Opts; in addEfficiencySanitizerPass() local
303 static void addSymbolRewriterPass(const CodeGenOptions &Opts, in addSymbolRewriterPass()
/external/clang/lib/Driver/
DMSVCToolChain.cpp700 const char *ExpandChar, const OptTable &Opts) { in TranslateOptArg()
792 const OptTable &Opts) { in TranslateDArg()
811 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs() local
/external/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp150 LLVMSymbolizer::Options Opts(ClPrintFunctions, ClUseSymbolTable, ClDemangle, in main() local
/external/llvm/lib/Option/
DOptTable.cpp291 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName()
366 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp580 AnalyzerOptions &Opts) { in mayInlineCallKind()
734 AnalyzerOptions &Opts) { in mayInlineDecl()
795 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall() local
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp539 StringMap<Option*> Opts; in ParseCommandLineOptions() local
1203 sortOpts(StringMap<Option*> &OptMap, in sortOpts()
1251 SmallVector<std::pair<const char *, Option*>, 128> Opts; in operator =() local
1331 SmallVector<std::pair<const char *, Option*>, 128> Opts; in PrintOptionValues() local
/external/llvm/utils/TableGen/
DOptParserEmitter.cpp112 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptParser() local

123