| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 73 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName() in renderSourceName() 90 unsigned Length = getDividerWidth(getOptions()); in renderViewDivider() 118 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine() 121 if (getOptions().Debug && Highlight) in renderLine() 135 getOptions().Colors && Highlight, /*Bold=*/false, /*BG=*/true) in renderLine() 139 if (getOptions().Debug) { in renderLine() 157 Line.hasMultipleRegions() && getOptions().Colors) in renderLineCoverageColumn() 177 OS.indent(getCombinedColumnWidth(getOptions())); in renderRegionMarkers() 199 if (getOptions().Debug) in renderRegionMarkers() 211 OS.indent(getCombinedColumnWidth(getOptions()) + (ViewDepth == 0 ? 0 : 1)); in renderExpansionSite() [all …]
|
| H A D | SourceCoverageViewHTML.cpp | 477 OS << BeginSourceNameDiv << tag("pre", escape(getSourceName(), getOptions())) in renderSourceName() 530 Snippets[I] = escape(Snippets[I], getOptions()); in renderLine() 539 if (getOptions().Debug) in renderLine() 572 if (getOptions().Debug) { in renderLine() 600 if (getOptions().Debug) in renderLine() 662 if (getOptions().Debug) in renderBranchView() 673 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView() 702 if (getOptions().ShowBranchCounts) in renderBranchView() 714 if (getOptions().ShowBranchCounts) in renderBranchView() 733 getOptions())) in renderInstantiationView() [all …]
|
| H A D | SourceCoverageView.cpp | 119 if (!getOptions().ShowRegionMarkers) in shouldRenderRegionMarkers() 228 if (getOptions().ShowLineNumbers) in print() 231 if (getOptions().ShowLineStats) in print() 237 getOptions().Colors) in print()
|
| H A D | SourceCoverageView.h | 272 const CoverageViewOptions &getOptions() const { return Options; } in getOptions() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 263 return bool(Record->getOptions() & in hasConstructor() 271 return bool(Record->getOptions() & in hasAssignmentOperator() 279 return bool(Record->getOptions() & in hasNestedTypes() 287 return bool(Record->getOptions() & codeview::ClassOptions::Intrinsic); in isIntrinsic() 294 return bool(Record->getOptions() & in hasCastOperator() 320 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested() 327 return bool(Record->getOptions() & in hasOverloadedOperator() 335 return bool(Record->getOptions() & codeview::ClassOptions::Packed); in isPacked() 342 return bool(Record->getOptions() & codeview::ClassOptions::Scoped); in isScoped()
|
| H A D | NativeTypePointer.cpp | 135 return (Record->getOptions() & PointerOptions::Const) != PointerOptions::None; in isConstType() 141 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType() 148 return (Record->getOptions() & PointerOptions::Volatile) != in isVolatileType() 155 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
|
| H A D | NativeTypeFunctionSig.cpp | 177 return (MemberFunc.getOptions() & FunctionOptions::Constructor) != in hasConstructor() 187 return (MemberFunc.getOptions() & in isConstructorVirtualBase() 194 IsMemberFunction ? MemberFunc.getOptions() : Proc.getOptions(); in isCxxReturnUdt()
|
| H A D | TpiHashing.cpp | 29 ClassOptions Opts = Rec.getOptions(); in getHashForUdt() 58 ClassOptions Opts = Deserialized.getOptions(); in getTagRecordHashForUdt()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 247 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitKnownRecord() 261 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord() 273 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitKnownRecord() 275 W->printFlags("Properties", uint16_t(Enum.getOptions()), in visitKnownRecord() 314 W->printFlags("FunctionOptions", uint8_t(Proc.getOptions()), in visitKnownRecord() 327 W->printFlags("FunctionOptions", uint8_t(MF.getOptions()), in visitKnownRecord() 339 printMemberAttributes(M.getAccess(), M.getMethodKind(), M.getOptions()); in visitKnownRecord() 474 printMemberAttributes(Method.getAccess(), K, Method.getOptions()); in visitKnownMember()
|
| H A D | TypeRecordHelpers.cpp | 24 return Record.getOptions(); in getUdtOptions()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.h | 137 TargetOptions &getOptions() { return Options; } in getOptions() function 140 const TargetOptions &getOptions() const { return Options; } in getOptions() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/ |
| H A D | options_parser.h | 23 Options &getOptions();
|
| H A D | options_parser.cpp | 255 Options &getOptions() { return *getOptionsInternal(); } in getOptions() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | options.cpp | 29 gwp_asan::options::Options Opts = gwp_asan::options::getOptions(); in TEST()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 85 : IRCompiler(irManglingOptionsFromTargetOptions(JTMB.getOptions())), in ConcurrentIRCompiler()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.h | 116 uint64_t getOptions() const { return Options; } in getOptions() function
|
| /openbsd-src/gnu/llvm/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(); } in getOptions() function
|
| /openbsd-src/gnu/llvm/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 304 const RefactoringActionCommandLineOptions &getOptions() const { in getOptions() function in __anonf090c3dd0111::RefactoringActionSubcommand 539 CommandLineRefactoringOptionVisitor Visitor(Subcommand.getOptions()); in getMatchingRule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 297 static LVOptions *getOptions(); 445 inline LVOptions &options() { return (*LVOptions::getOptions()); } in options()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 272 one_method.getOptions(), one_method.Attrs); in visitKnownMember() 290 method.getOptions(), method.Attrs); in visitKnownMember()
|
| H A D | PdbAstBuilder.cpp | 65 AddMethod(overloaded.Name, method.getAccess(), method.getOptions(), in visitKnownMember() 74 AddMethod(record.getName(), record.getAccess(), record.getOptions(), in visitKnownMember() 575 if ((pointer.getOptions() & PointerOptions::Const) != PointerOptions::None) in CreatePointerType() 578 if ((pointer.getOptions() & PointerOptions::Volatile) != PointerOptions::None) in CreatePointerType() 581 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.h | 181 return DACtx->getOptions(); in getAnalysisOptions()
|
| H A D | DataflowAnalysisContext.h | 273 const Options &getOptions() { return Opts; } in getOptions() function
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
| H A D | llvm-rc.cpp | 597 RcOptions getOptions(const char *Argv0, ArrayRef<const char *> ArgsArr, in getOptions() function 757 RcOptions Opts = getOptions(Argv[0], ArgsArr, FileArgsArr); in llvm_rc_main()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 279 static Expected<DsymutilOptions> getOptions(opt::InputArgList &Args) { in getOptions() function 588 auto OptionsOrErr = getOptions(Args); in main()
|