Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp186 if (getOptions().Debug && Highlight) in renderLine()
204 if (getOptions().Debug) { in renderLine()
264 if (getOptions().Debug) in renderRegionMarkers()
284 if (getOptions().Debug) in renderExpansionView()
294 if (getOptions().Debug) in renderBranchView()
322 if (getOptions().ShowBranchCounts) in renderBranchView()
332 if (getOptions().ShowBranchCounts) in renderBranchView()
406 if (getOptions().hasProjectTitle()) in renderTitle()
408 << getOptions().ProjectTitle << "\n"; in renderTitle()
412 if (getOptions().hasCreatedTime()) in renderTitle()
[all …]
H A DSourceCoverageViewHTML.cpp795 if (getOptions().Debug) in renderLine()
828 if (getOptions().Debug) { in renderLine()
856 if (getOptions().Debug) in renderLine()
918 if (getOptions().Debug) in renderBranchView()
960 if (getOptions().ShowBranchCounts) in renderBranchView()
972 if (getOptions().ShowBranchCounts) in renderBranchView()
1035 getOptions())) in renderInstantiationView()
1044 if (getOptions().hasProjectTitle()) in renderTitle()
1045 OS << tag(ProjectTitleTag, escape(getOptions().ProjectTitle, getOptions())); in renderTitle()
1047 if (getOptions().hasCreatedTime()) in renderTitle()
[all …]
H A DSourceCoverageView.cpp123 if (!getOptions().ShowRegionMarkers) in shouldRenderRegionMarkers()
243 if (getOptions().ShowLineNumbers) in print()
246 if (getOptions().ShowLineStats) in print()
252 getOptions().Colors) in print()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp117 if (GlobalData.getOptions().Verbose) { in link()
132 if (GlobalData.getOptions().VerifyInputDWARF) in link()
179 if (GlobalData.getOptions().Threads == 0) in link()
186 if (GlobalData.getOptions().Threads == 1) { in link()
244 if (GlobalData.getOptions().Verbose && GlobalData.getOptions().Threads != 1) { in validateAndUpdateOptions()
315 if (!Quiet && GlobalData.getOptions().Verbose) { in isClangModuleRef()
331 if (!Quiet && GlobalData.getOptions().Verbose) in isClangModuleRef()
359 if (GlobalData.getOptions().Verbose) in registerModuleReference()
419 if (GlobalData.getOptions().Verbose) in loadClangModule()
467 if (GlobalData.getOptions().Verbose) in link()
[all …]
H A DDWARFLinkerTypeUnit.cpp140 if (!GlobalData.getOptions().AllowNonDeterministicOutput) { in prepareDataForTreeCreation()
148 if (!GlobalData.getOptions().AllowNonDeterministicOutput) { in prepareDataForTreeCreation()
193 if (!GlobalData.getOptions().AllowNonDeterministicOutput) { in prepareDataForTreeCreation()
215 if (!GlobalData.getOptions().AllowNonDeterministicOutput) { in prepareDataForTreeCreation()
353 if (llvm::is_contained(GlobalData.getOptions().AccelTables, in finishCloningAndEmit()
371 if (llvm::is_contained(GlobalData.getOptions().AccelTables, in finishCloningAndEmit()
H A DDIEAttributeCloner.cpp146 if (InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly) in shouldSkipAttribute()
158 return !InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly; in shouldSkipAttribute()
164 return !InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly; in shouldSkipAttribute()
167 if (InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly) in shouldSkipAttribute()
396 if (InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly) { in cloneScalarAttr()
575 InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly; in cloneBlockAttr()
586 if (InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAddressAttr()
H A DDependencyTracker.cpp744 DIE, Entry.CU->getGlobalData().getOptions().Verbose); in isLiveVariableEntry()
753 !Entry.CU->getGlobalData().getOptions().KeepFunctionForStatic) in isLiveVariableEntry()
759 if (Entry.CU->getGlobalData().getOptions().Verbose) { in isLiveVariableEntry()
763 DumpOpts.Verbose = Entry.CU->getGlobalData().getOptions().Verbose; in isLiveVariableEntry()
787 DIE, Entry.CU->getGlobalData().getOptions().Verbose); in isLiveSubprogramEntry()
824 if (Entry.CU->getGlobalData().getOptions().Verbose) { in isLiveSubprogramEntry()
828 DumpOpts.Verbose = Entry.CU->getGlobalData().getOptions().Verbose; in isLiveSubprogramEntry()
H A DDIEAttributeCloner.h108 ((InUnit.getGlobalData().getOptions().Threads != 1) && in DIEAttributeCloner()
109 !InUnit.getGlobalData().getOptions().AllowNonDeterministicOutput)); in DIEAttributeCloner()
H A DDWARFLinkerCompileUnit.cpp61 if (!GlobalData.getOptions().NoODR && Language.has_value()) in CompileUnit()
176 if (!isClangModule() && !getGlobalData().getOptions().UpdateIndexTablesOnly) in analyzeDWARFStructureRec()
257 if (!GlobalData.getOptions().ParseableSwiftInterfaces) in analyzeImportedModule()
283 auto &Entry = (*GlobalData.getOptions().ParseableSwiftInterfaces)[*Name]; in analyzeImportedModule()
444 if (getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAndEmitDebugLocations()
633 if (GlobalData.getOptions().UpdateIndexTablesOnly) in emitDebugAddrSection()
675 if (getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAndEmitRanges()
1165 } else if (!getGlobalData().getOptions().UpdateIndexTablesOnly && in cloneDieAttrExpression()
1184 } else if (!getGlobalData().getOptions().UpdateIndexTablesOnly && in cloneDieAttrExpression()
1278 if (llvm::is_contained(GlobalData.getOptions().AccelTables, in cloneAndEmit()
[all …]
H A DDWARFLinkerGlobalData.h112 const DWARFLinkerOptions &getOptions() const { return Options; } in getOptions() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp263 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 DNativeTypePointer.cpp135 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 DNativeTypeFunctionSig.cpp177 return (MemberFunc.getOptions() & FunctionOptions::Constructor) != in hasConstructor()
187 return (MemberFunc.getOptions() & in isConstructorVirtualBase()
194 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/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()
474 printMemberAttributes(Method.getAccess(), K, Method.getOptions()); in visitKnownMember()
H A DTypeRecordHelpers.cpp24 return Record.getOptions(); in getUdtOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h135 TargetOptions &getOptions() { return Options; } in getOptions() function
138 const TargetOptions &getOptions() const { return Options; } in getOptions() function
/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp85 : IRCompiler(irManglingOptionsFromTargetOptions(JTMB.getOptions())), in ConcurrentIRCompiler()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h116 uint64_t getOptions() const { return Options; } in getOptions() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h159 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
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h188 const Options &getOptions() { return Opts; } in getOptions() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h297 static LVOptions *getOptions();
445 inline LVOptions &options() { return (*LVOptions::getOptions()); } in options()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp272 one_method.getOptions(), one_method.Attrs); in visitKnownMember()
290 method.getOptions(), method.Attrs); in visitKnownMember()

12