Home
last modified time | relevance | path

Searched refs:getOptions (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp121 if (getOptions().Debug && Highlight) in renderLine()
139 if (getOptions().Debug) { in renderLine()
199 if (getOptions().Debug) in renderRegionMarkers()
219 if (getOptions().Debug) in renderExpansionView()
229 if (getOptions().Debug) in renderBranchView()
255 if (getOptions().ShowBranchCounts) in renderBranchView()
265 if (getOptions().ShowBranchCounts) in renderBranchView()
287 if (getOptions().hasProjectTitle()) in renderTitle()
289 << getOptions().ProjectTitle << "\n"; in renderTitle()
293 if (getOptions().hasCreatedTime()) in renderTitle()
[all …]
H A DSourceCoverageViewHTML.cpp539 if (getOptions().Debug) in renderLine()
572 if (getOptions().Debug) { in renderLine()
600 if (getOptions().Debug) in renderLine()
662 if (getOptions().Debug) in renderBranchView()
702 if (getOptions().ShowBranchCounts) in renderBranchView()
714 if (getOptions().ShowBranchCounts) in renderBranchView()
733 getOptions())) in renderInstantiationView()
742 if (getOptions().hasProjectTitle()) in renderTitle()
743 OS << tag(ProjectTitleTag, escape(getOptions().ProjectTitle, getOptions())); in renderTitle()
745 if (getOptions().hasCreatedTime()) in renderTitle()
[all …]
H A DSourceCoverageView.cpp119 if (!getOptions().ShowRegionMarkers) in shouldRenderRegionMarkers()
228 if (getOptions().ShowLineNumbers) in print()
231 if (getOptions().ShowLineStats) in print()
237 getOptions().Colors) in print()
H A DSourceCoverageView.h272 const CoverageViewOptions &getOptions() const { return Options; } in getOptions() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp258 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 DNativeTypePointer.cpp134 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 DNativeTypeFunctionSig.cpp176 return (MemberFunc.getOptions() & FunctionOptions::Constructor) != in hasConstructor()
186 return (MemberFunc.getOptions() & in isConstructorVirtualBase()
193 IsMemberFunction ? MemberFunc.getOptions() : Proc.getOptions(); in isCxxReturnUdt()
H A DTpiHashing.cpp29 ClassOptions Opts = Rec.getOptions(); in getHashForUdt()
58 ClassOptions Opts = Deserialized.getOptions(); in getTagRecordHashForUdt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp247 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 DTypeRecordHelpers.cpp24 return Record.getOptions(); in getUdtOptions()
H A DTypeRecordMapping.cpp126 IO, Method.getAccess(), Method.getMethodKind(), Method.getOptions()); in operator ()()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h137 TargetOptions &getOptions() { return Options; } in getOptions() function
140 const TargetOptions &getOptions() const { return Options; } in getOptions() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.h23 Options &getOptions();
H A Doptions_parser.cpp255 Options &getOptions() { return *getOptionsInternal(); } in getOptions() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp83 : IRCompiler(irManglingOptionsFromTargetOptions(JTMB.getOptions())), in ConcurrentIRCompiler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp245 one_method.getOptions(), one_method.Attrs); in visitKnownMember()
263 method.getOptions(), method.Attrs); in visitKnownMember()
H A DPdbAstBuilder.cpp740 if ((pointer.getOptions() & PointerOptions::Const) != PointerOptions::None) in CreatePointerType()
743 if ((pointer.getOptions() & PointerOptions::Volatile) != PointerOptions::None) in CreatePointerType()
746 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h116 uint64_t getOptions() const { return Options; } in getOptions() function
H A DDisassembler.cpp283 if (DC->getOptions() & LLVMDisassembler_Option_PrintLatency) in LLVMDisasmInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h158 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
/freebsd-13.1/tools/tools/kdrv/
H A DKernelDriver932 proc getOptions {} { procedure
995 set cmdline [getOptions];
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp140 SanitizerCoverageOptions getOptions(int LegacyCoverageLevel) { in getOptions() function
165 SanitizerCoverageOptions CLOpts = getOptions(ClCoverageLevel); in OverrideFromCL()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp680 gwp_asan::options::Options &Opts = gwp_asan::options::getOptions(); in initScudo()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp202 PointerOptions Opts = Record.getOptions(); in formatPointerAttrs()