HomeSort by: relevance | last modified time | path
    Searched refs:getOptions (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 73 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName()
90 unsigned Length = getDividerWidth(getOptions());
118 getOptions().Colors && Highlight, /*Bold=*/false,
121 if (getOptions().Debug && Highlight)
135 getOptions().Colors && Highlight, /*Bold=*/false, /*BG=*/true)
139 if (getOptions().Debug) {
157 Line.hasMultipleRegions() && getOptions().Colors)
177 OS.indent(getCombinedColumnWidth(getOptions()));
199 if (getOptions().Debug)
211 OS.indent(getCombinedColumnWidth(getOptions()) + (ViewDepth == 0 ? 0 : 1))
    [all...]
SourceCoverageViewHTML.cpp 477 OS << BeginSourceNameDiv << tag("pre", escape(getSourceName(), getOptions()))
530 Snippets[I] = escape(Snippets[I], getOptions());
539 if (getOptions().Debug)
572 if (getOptions().Debug) {
600 if (getOptions().Debug)
662 if (getOptions().Debug)
673 if (!getOptions().ShowBranchCounts && Total != 0) {
702 if (getOptions().ShowBranchCounts)
714 if (getOptions().ShowBranchCounts)
733 getOptions()))
    [all...]
SourceCoverageView.cpp 119 if (!getOptions().ShowRegionMarkers)
228 if (getOptions().ShowLineNumbers)
231 if (getOptions().ShowLineStats)
237 getOptions().Colors)
SourceCoverageView.h 272 const CoverageViewOptions &getOptions() const { return Options; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordHelpers.cpp 24 return Record.getOptions();
TypeDumpVisitor.cpp 247 uint16_t Props = static_cast<uint16_t>(Class.getOptions());
261 uint16_t Props = static_cast<uint16_t>(Union.getOptions());
273 uint16_t Props = static_cast<uint16_t>(Enum.getOptions());
275 W->printFlags("Properties", uint16_t(Enum.getOptions()),
314 W->printFlags("FunctionOptions", uint8_t(Proc.getOptions()),
327 W->printFlags("FunctionOptions", uint8_t(MF.getOptions()),
339 printMemberAttributes(M.getAccess(), M.getMethodKind(), M.getOptions());
475 printMemberAttributes(Method.getAccess(), K, Method.getOptions());
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypePointer.cpp 134 return (Record->getOptions() & PointerOptions::Const) != PointerOptions::None;
140 return (Record->getOptions() & PointerOptions::Restrict) !=
147 return (Record->getOptions() & PointerOptions::Volatile) !=
154 return (Record->getOptions() & PointerOptions::Unaligned) !=
NativeTypeEnum.cpp 258 return bool(Record->getOptions() &
266 return bool(Record->getOptions() &
274 return bool(Record->getOptions() &
282 return bool(Record->getOptions() & codeview::ClassOptions::Intrinsic);
289 return bool(Record->getOptions() &
315 return bool(Record->getOptions() & codeview::ClassOptions::Nested);
322 return bool(Record->getOptions() &
330 return bool(Record->getOptions() & codeview::ClassOptions::Packed);
337 return bool(Record->getOptions() & codeview::ClassOptions::Scoped);
NativeTypeFunctionSig.cpp 176 return (MemberFunc.getOptions() & FunctionOptions::Constructor) !=
186 return (MemberFunc.getOptions() &
193 IsMemberFunction ? MemberFunc.getOptions() : Proc.getOptions();
TpiHashing.cpp 29 ClassOptions Opts = Rec.getOptions();
58 ClassOptions Opts = Deserialized.getOptions();
  /src/external/bsd/elftosb/dist/common/
OutputSection.h 38 inline const OptionContext * getOptions() const { return m_options; }
SourceFile.h 54 inline const OptionContext * getOptions() const { return m_options; }
ELFSourceFile.cpp 100 const OptionContext * options = getOptions();
145 const OptionContext * options = getOptions();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
JITTargetMachineBuilder.h 137 TargetOptions &getOptions() { return Options; }
140 const TargetOptions &getOptions() const { return Options; }
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
CompileUtils.cpp 83 : IRCompiler(irManglingOptionsFromTargetOptions(JTMB.getOptions())),
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
Disassembler.h 116 uint64_t getOptions() const { return Options; }
Disassembler.cpp 283 if (DC->getOptions() & LLVMDisassembler_Option_PrintLatency)
  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
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())
NamedConf.py 219 def getOptions(self):
  /src/external/bsd/elftosb/dist/elftosb2/
EncoreBootImageGenerator.cpp 82 const OptionContext * context = modelSection->getOptions();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 158 FunctionOptions getOptions() const { return Options; }
189 FunctionOptions getOptions() const { return Options; }
309 PointerOptions getOptions() const {
451 ClassOptions getOptions() const { return Options; }
734 MethodOptions getOptions() const { return Attrs.getFlags(); }
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp 302 const RefactoringActionCommandLineOptions &getOptions() const {
537 CommandLineRefactoringOptionVisitor Visitor(Subcommand.getOptions());
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
dsymutil.cpp 218 static Expected<DsymutilOptions> getOptions(opt::InputArgList &Args) {
511 auto OptionsOrErr = getOptions(Args);
  /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
nsd-sync 223 rname = named.getOptions().getDirectory().replace('"','')
s64-sync 231 rname = named.getOptions().getDirectory().replace('"','')

Completed in 32 milliseconds

1 2