| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 258 return bool(Record->getOptions() & in hasConstructor() 266 return bool(Record->getOptions() & in hasAssignmentOperator() 274 return bool(Record->getOptions() & in hasNestedTypes() 282 return bool(Record->getOptions() & codeview::ClassOptions::Intrinsic); in isIntrinsic() 289 return bool(Record->getOptions() & in hasCastOperator() 315 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested() 322 return bool(Record->getOptions() & in hasOverloadedOperator() 330 return bool(Record->getOptions() & codeview::ClassOptions::Packed); in isPacked() 337 return bool(Record->getOptions() & codeview::ClassOptions::Scoped); in isScoped()
|
| H A D | NativeTypePointer.cpp | 134 return (Record->getOptions() & PointerOptions::Const) != PointerOptions::None; in isConstType() 140 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType() 147 return (Record->getOptions() & PointerOptions::Volatile) != in isVolatileType() 154 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
|
| H A D | NativeTypeFunctionSig.cpp | 176 return (MemberFunc.getOptions() & FunctionOptions::Constructor) != in hasConstructor() 186 return (MemberFunc.getOptions() & in isConstructorVirtualBase() 193 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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 475 printMemberAttributes(Method.getAccess(), K, Method.getOptions()); in visitKnownMember()
|
| H A D | TypeRecordHelpers.cpp | 24 return Record.getOptions(); in getUdtOptions()
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
| H A D | NsdConf.py | 341 self.oldrootdir = named.getOptions().getDirectory().replace('"','') 374 nlist = named.getOptions().getAllowNotify() 382 nlist = named.getOptions().getAlsoNotify() 385 if len(named.getOptions().getAllowTransfer()) > 0: 386 z.setProvideXfr(named.getOptions().getAllowTransfer())
|
| H A D | NamedConf.py | 219 def getOptions(self): member in NamedConf
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | OutputSection.h | 38 inline const OptionContext * getOptions() const { return m_options; } in getOptions() function
|
| H A D | SourceFile.h | 54 inline const OptionContext * getOptions() const { return m_options; } in getOptions() function
|
| H A D | ELFSourceFile.cpp | 100 const OptionContext * options = getOptions(); in readToolsetOption() 145 const OptionContext * options = getOptions(); in readSecinfoClearOption()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 83 : IRCompiler(irManglingOptionsFromTargetOptions(JTMB.getOptions())), in ConcurrentIRCompiler()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 158 FunctionOptions getOptions() const { return Options; } in getOptions() function 189 FunctionOptions getOptions() const { return Options; } in getOptions() function 309 PointerOptions getOptions() const { in getOptions() function 451 ClassOptions getOptions() const { return Options; } in getOptions() function 734 MethodOptions getOptions() const { return Attrs.getFlags(); } in getOptions() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.h | 116 uint64_t getOptions() const { return Options; } in getOptions() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 302 const RefactoringActionCommandLineOptions &getOptions() const { in getOptions() function in __anond439ce910111::RefactoringActionSubcommand 537 CommandLineRefactoringOptionVisitor Visitor(Subcommand.getOptions()); in getMatchingRule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 218 static Expected<DsymutilOptions> getOptions(opt::InputArgList &Args) { in getOptions() function 511 auto OptionsOrErr = getOptions(Args); in main()
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | ElftosbAST.h | 155 inline ListASTNode * getOptions() { return m_options; } in getOptions() function 217 inline ListASTNode * getOptions() { return m_options; } in getOptions() function 755 inline ListASTNode * getOptions() in getOptions() function
|
| H A D | EncoreBootImageGenerator.cpp | 82 const OptionContext * context = modelSection->getOptions(); in processSectionOptions()
|
| /netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/ |
| H A D | s64-sync | 231 rname = named.getOptions().getDirectory().replace('"','')
|
| H A D | nsd-sync | 223 rname = named.getOptions().getDirectory().replace('"','')
|