Home
last modified time | relevance | path

Searched defs:Title (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRule.h26 StringRef Title; member
/llvm-project/bolt/lib/Passes/
H A DHugify.cpp25 [&](std::string Title, std::vector<MCInst> Instrs) -> BinaryFunction * { in runOnFunctions()
/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h302 WriteGraph(File, Graph, IsSimple, Title); in runOnModule() local
334 WriteGraph(File, Graph, IsSimple, Title); in WriteDOTGraphToFile() local
269 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); runOnModule() local
/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp77 WriteGraph(raw_ostream & O,const EdgeBundles & G,bool ShortNames,const Twine & Title) WriteGraph() argument
H A DScheduleDAGPrinter.cpp79 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph()
H A DMachineScheduler.cpp4442 viewGraph(const Twine & Name,const Twine & Title) viewGraph() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp146 void SelectionDAG::viewGraph(const std::string &Title) { in viewGraph()
172 const Twine &Title) { in dumpDotGraph()
/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp70 std::string Title = std::string(Target.getName()); in EmitInstrDocs() local
/llvm-project/llvm/lib/Option/
H A DOptTable.cpp651 PrintHelpOptionList(raw_ostream & OS,StringRef Title,std::vector<OptionInfo> & OptionHelp) PrintHelpOptionList() argument
706 printHelp(raw_ostream & OS,const char * Usage,const char * Title,bool ShowHidden,bool ShowAllAliases,Visibility VisibilityMask) const printHelp() argument
717 printHelp(raw_ostream & OS,const char * Usage,const char * Title,unsigned FlagsToInclude,unsigned FlagsToExclude,bool ShowAllAliases) const printHelp() argument
735 internalPrintHelp(raw_ostream & OS,const char * Usage,const char * Title,bool ShowHidden,bool ShowAllAliases,std::function<bool (const Info &)> ExcludeOption,Visibility VisibilityMask) const internalPrintHelp() argument
/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp117 printSectionHeading(StringRef Title,int Count,raw_ostream & OS) printSectionHeading() argument
/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp28 void DominatorTree::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph()
H A DCallPrinter.cpp249 std::string Title = in viewCallGraph() local
/llvm-project/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp430 genReferencesBlock(const std::vector<Reference> & References,llvm::StringRef Title,StringRef ParentPath) genReferencesBlock() argument
480 genFileHeadNodes(StringRef Title,StringRef InfoPath,const ClangDocContext & CDCtx) genFileHeadNodes() argument
554 genInfoFile(StringRef Title,StringRef InfoPath,std::vector<std::unique_ptr<TagNode>> & MainContentNodes,const Index & InfoIndex,const ClangDocContext & CDCtx) genInfoFile() argument
576 genInfoIndexItem(const std::vector<T> & Infos,StringRef Title) genInfoIndexItem() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h139 void writeHeader(const std::string &Title) { in writeHeader()
/llvm-project/bolt/include/bolt/Passes/
H A DBinaryPasses.h79 DynoStatsPrintPass(const char *Title) in DynoStatsPrintPass()
/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.h346 std::string Title; /// A single-line message to show in the UI. global() member
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp609 emitReportHeader(raw_ostream & OSRef,const std::string & Title) emitReportHeader() argument
1226 renderTitle(raw_ostream & OS,StringRef Title) renderTitle() argument
H A DSourceCoverageViewText.cpp405 renderTitle(raw_ostream & OS,StringRef Title) renderTitle() argument
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1967 DotCfgDiff(StringRef Title,const FuncDataT<DCData> & Before,const FuncDataT<DCData> & After) DotCfgDiff() argument
2048 createDisplayGraph(StringRef Title,StringRef EntryNodeName) createDisplayGraph() argument
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h669 IntOrString Title; variable
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp553 dumpSpills(StringRef Title,const SpillInfo & Spills) dumpSpills() argument
563 dumpRemats(StringRef Title,const SmallMapVector<Instruction *,std::unique_ptr<RematGraph>,8> & RM) dumpRemats() argument
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp418 __anonf32e2c670302(LookupSet &Container, const char *Title) init() argument
/llvm-project/clang/lib/Driver/
H A DDriver.cpp203 Driver(StringRef ClangExecutable,StringRef TargetTriple,DiagnosticsEngine & Diags,std::string Title,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) Driver() argument