Searched refs:Opts (Results 126 - 150 of 157) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp107 void BeginSourceFile(const LangOptions &Opts,
113 DiagClient.BeginSourceFile(Opts, PP);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h210 const TargetLibraryInfo *TLI, ObjectSizeOpts Opts = {});
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp416 static void ParseLangArgs(LangOptions &Opts, InputKind IK, const char *triple) { argument
423 Opts.AsmPreprocessor = 1;
425 Opts.ObjC = 1;
459 Opts.LineComment = Std.hasLineComments();
460 Opts.C99 = Std.isC99();
461 Opts.CPlusPlus = Std.isCPlusPlus();
462 Opts.CPlusPlus11 = Std.isCPlusPlus11();
463 Opts.Digraphs = Std.hasDigraphs();
464 Opts.GNUMode = Std.isGNUMode();
465 Opts
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp906 void X86TargetInfo::getTargetDefines(const LangOptions &Opts, argument
927 DefineStd(Builder, "i386", Opts);
1286 if (Opts.MicrosoftExt && getTriple().getArch() == llvm::Triple::x86) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp328 ObjectSizeOpts Opts; local
329 Opts.NullIsUnknownSize = NullPointerIsDefined(F);
331 if (getObjectSize(V, Size, DL, &TLI, Opts))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp186 ObjectSizeOpts Opts; local
187 Opts.RoundToAlign = RoundToAlign;
188 Opts.NullIsUnknownSize = NullIsValidLoc;
189 if (getObjectSize(V, Size, DL, &TLI, Opts))
H A DMemoryBuiltins.cpp492 const TargetLibraryInfo *TLI, ObjectSizeOpts Opts) {
493 ObjectSizeOffsetVisitor Visitor(DL, TLI, Ptr->getContext(), Opts);
491 getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout &DL, const TargetLibraryInfo *TLI, ObjectSizeOpts Opts) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1581 LoopVectorizeOptions Opts; local
1588 Opts.setInterleaveOnlyWhenForced(Enable);
1590 Opts.setVectorizeOnlyWhenForced(Enable);
1597 return Opts;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp81 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { argument
147 GCOVProfilerLegacyPass(const GCOVOptions &Opts) argument
148 : ModulePass(ID), Profiler(Opts) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1031 const OptTable &Opts = getDriver().getOpts(); local
1069 std::unique_ptr<Arg> XOpenMPTargetArg(Opts.ParseOneArg(Args, Index));
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1988 const AnalyzerOptions &Opts = getAnalyzerOptions(); local
1993 for (const std::string &CheckerOrPackage : Opts.SilencedCheckersAndPackages) {
2054 if (R->shouldPrunePath() && Opts.ShouldPrunePaths) {
2062 if (!Opts.ShouldAddPopUpNotes)
2090 if (Opts.ShouldDisplayMacroExpansions)
3225 const AnalyzerOptions &Opts = getAnalyzerOptions(); local
3227 if (Opts.ShouldReportIssuesInMainSourceFile && !Opts.AnalyzeAll)
H A DSimpleSValBuilder.cpp455 auto &Opts = local
461 if(!Opts.ShouldAggressivelySimplifyBinaryOperation)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp367 ScalarConversionOpts Opts = ScalarConversionOpts());
1187 ScalarConversionOpts Opts) {
1263 if (Opts.EmitImplicitIntegerSignChangeChecks)
1376 if (SrcType->isBooleanType() && Opts.TreatBooleanAsSigned) {
1411 if (Opts.EmitImplicitIntegerTruncationChecks)
1415 if (Opts.EmitImplicitIntegerSignChangeChecks)
2248 ScalarConversionOpts Opts; local
2251 Opts = ScalarConversionOpts(CGF.SanOpts);
2254 CE->getExprLoc(), Opts);
2262 ScalarConversionOpts Opts; local
1184 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType, SourceLocation Loc, ScalarConversionOpts Opts) argument
[all...]
H A DCGObjCGNU.cpp2239 const LangOptions &Opts = CGM.getLangOpts(); local
2240 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount)
2244 if (Opts.getGC() != LangOptions::NonGC) {
H A DCodeGenModule.h1171 /// Appends Opts to the "llvm.linker.options" metadata value.
1172 void AppendLinkerOptions(StringRef Opts);
H A DTargetInfo.cpp1120 const llvm::Triple &Triple, const CodeGenOptions &Opts);
1951 const llvm::Triple &Triple, const CodeGenOptions &Opts) {
1954 switch (Opts.getStructReturnConvention()) {
4157 const CodeGenOptions &Opts);
4377 const llvm::Triple &Triple, const CodeGenOptions &Opts) {
4380 switch (Opts.getStructReturnConvention()) {
1950 isStructReturnInRegABI( const llvm::Triple &Triple, const CodeGenOptions &Opts) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h199 RuntimeLinkOptions Opts = RuntimeLinkOptions(),
H A DGnu.cpp330 const llvm::opt::OptTable &Opts = D.getOpts(); local
331 const char *StaticPIEName = Opts.getOptionName(options::OPT_static_pie);
332 const char *NoPIEName = Opts.getOptionName(options::OPT_nopie);
2830 const OptTable &Opts = getDriver().getOpts(); local
2834 DAL->AddFlagArg(/*BaseArg=*/nullptr, Opts.getOption(options::OPT_shared));
2835 DAL->AddFlagArg(/*BaseArg=*/nullptr, Opts.getOption(options::OPT_fPIC));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h494 void WriteFPPragmaOptions(const FPOptions &Opts);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h134 AnalyzerOptions &Opts);
H A DExprEngine.h723 AnalyzerOptions &Opts,
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp533 const LangOptions &Opts = D->getASTContext().getLangOpts(); local
534 if (!Opts.CPlusPlus || !Opts.InlineVisibilityHidden)
1481 const LangOptions &Opts = D->getASTContext().getLangOpts(); local
1482 if (!Opts.CPlusPlus || Opts.MicrosoftExt)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1600 const DiagnosticOptions &Opts,
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1847 std::vector<std::string> Opts;
1858 return typesetItemList(Opts, IndentLevel, 4, " | ");
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1710 std::vector<Record *> Opts = Constraint->getValueAsListOfDefs("LangOpts"); local
1711 if (!Opts.empty())
1712 return Opts;

Completed in 361 milliseconds

1234567