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

/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h31 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; local
62 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; local
90 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph); local
120 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph); local
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DEdgeBundles.cpp78 WriteGraph(raw_ostream &O, const EdgeBundles &G, bool ShortNames, const Twine &Title) argument
H A DScheduleDAGPrinter.cpp87 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { argument
H A DMachineScheduler.cpp3128 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) { argument
/freebsd-10.1-release/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c543 AcpiRsOutString( char *Title, char *Value) argument
556 AcpiRsOutInteger8( char *Title, UINT8 Value) argument
564 AcpiRsOutInteger16( char *Title, UINT16 Value) argument
572 AcpiRsOutInteger32( char *Title, UINT32 Value) argument
580 AcpiRsOutInteger64( char *Title, UINT64 Value) argument
589 AcpiRsOutTitle( char *Title) argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h114 void writeHeader(const std::string &Title) { argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp145 void SelectionDAG::viewGraph(const std::string &Title) { argument
/freebsd-10.1-release/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c820 AcpiExOutString( char *Title, char *Value) argument
828 AcpiExOutPointer( char *Title, void *Value) argument
/freebsd-10.1-release/contrib/llvm/lib/Option/
H A DOptTable.cpp324 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title, argument
327 OS << Title << ":\n"; local
375 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, argument
382 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, argument
385 OS << "OVERVIEW: " << Title << "\n"; local

Completed in 86 milliseconds