Searched defs:Title (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRule.h28 StringRef Title; member in struct:clang::tooling::RefactoringDescriptor
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py174 def Title(word): function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp76 WriteGraph(raw_ostream &O, const EdgeBundles &G, bool ShortNames, const Twine &Title) argument
H A DScheduleDAGPrinter.cpp84 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { argument
H A DMachineScheduler.cpp3793 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h54 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; variable
102 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; variable
132 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); variable
164 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); variable
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp64 std::string Title = std::string(Target.getName()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp83 void DominatorTree::viewGraph(const Twine &Name, const Twine &Title) { argument
H A DCallPrinter.cpp239 std::string Title = local
/freebsd-13-stable/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c616 AcpiRsDumpResourceLabel( char *Title, ACPI_RESOURCE_LABEL *ResourceLabel) argument
695 AcpiRsOutString( const char *Title, const char *Value) argument
709 AcpiRsOutInteger8( const char *Title, UINT8 Value) argument
717 AcpiRsOutInteger16( const char *Title, UINT16 Value) argument
726 AcpiRsOutInteger32( const char *Title, UINT32 Value) argument
735 AcpiRsOutInteger64( const char *Title, UINT64 Value) argument
745 AcpiRsOutTitle( const char *Title) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp150 void SelectionDAG::viewGraph(const std::string &Title) { argument
175 dumpDotGraph(const Twine &FileName, const Twine &Title) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp238 void SourceCoverageViewText::renderTitle(raw_ostream &OS, StringRef Title) { argument
H A DSourceCoverageViewHTML.cpp669 void SourceCoverageViewHTML::renderTitle(raw_ostream &OS, StringRef Title) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h128 void writeHeader(const std::string &Title) { argument
365 dumpDotGraphToFile(const GraphType &G, const Twine &FileName, const Twine &Title, bool ShortNames = false, const Twine &Name = �) argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c1091 AcpiExOutString( const char *Title, const char *Value) argument
1099 AcpiExOutPointer( const char *Title, const void *Value) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp487 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title, argument
489 OS << Title << ":\n"; local
533 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, argument
539 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, argument
542 OS << "OVERVIEW: " << Title << "\n\n"; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp325 static void dump(StringRef Title, SpillInfo const &Spills) { argument

Completed in 235 milliseconds