Home
last modified time | relevance | path

Searched defs:Banner (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp36 std::string Banner; member in __anon1dbc49420111::PrintModulePassWrapper
42 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
86 std::string Banner; member in __anon1dbc49420111::PrintFunctionPassWrapper
91 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
128 const std::string &Banner, in createPrintModulePass()
134 const std::string &Banner) { in createPrintFunctionPass()
/llvm-project/llvm/include/llvm/IRPrinter/
H A DIRPrintingPasses.h34 std::string Banner; variable
52 std::string Banner; variable
/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp68 std::string Banner = std::string(Argv[0]) + ": "; InitLLVM() local
87 std::string Banner = std::string(Argv[0]) + ": "; InitLLVM() local
/llvm-project/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp28 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass()
75 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp32 const std::string Banner; member
67 createMachineFunctionPrinterPass(raw_ostream & OS,const std::string & Banner) createMachineFunctionPrinterPass() argument
H A DTargetPassConfig.cpp769 addPrintPass(Banner); in addVerifyPass() argument
708 std::string Banner = addPass() local
759 printAndVerify(const std::string & Banner) printAndVerify() argument
764 addPrintPass(const std::string & Banner) addPrintPass() argument
798 addMachinePostPasses(const std::string & Banner) addMachinePostPasses() argument
[all...]
H A DMachineVerifier.cpp107 const char *Banner; global() member
308 const std::string Banner; global() member
346 createMachineVerifierPass(const std::string & Banner) createMachineVerifierPass() argument
350 verifyMachineFunction(const std::string & Banner,const MachineFunction & MF) verifyMachineFunction() argument
362 verify(Pass * p,const char * Banner,bool AbortOnErrors) const verify() argument
372 verify(LiveIntervals * LiveInts,SlotIndexes * Indexes,const char * Banner,bool AbortOnErrors) const verify() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h68 const char *Banner; variable
H A DError.h1416 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1) in setBanner() argument
1449 logAllUnhandledErrors(std::move(Err), errs(), Banner); variable
1412 Banner(std::move (Banner)) Banner() argument
/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp38 std::string Banner; member in __anonc25993870111::PrintLoopPassWrapper
43 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()
H A DRegionPass.cpp179 std::string Banner; member in __anon2ea5bdf10111::PrintRegionPass
H A DCallGraphSCCPass.cpp665 std::string Banner; global() member in __anonf59bfd540411::PrintCallGraphPass
H A DLoopInfo.cpp989 void llvm::printLoop(Loop &L, raw_ostream &OS, const std::string &Banner) { in printLoop() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp82 Module &M, iterator_range<Module::iterator> Functions, StringRef Banner, in applyDebugifyMetadata() argument
298 collectDebugInfoMetadata(Module & M,iterator_range<Module::iterator> Functions,DebugInfoPerPass & DebugInfoBeforePass,StringRef Banner,StringRef NameOfWrappedPass) collectDebugInfoMetadata() argument
544 checkDebugInfoMetadata(Module & M,iterator_range<Module::iterator> Functions,DebugInfoPerPass & DebugInfoBeforePass,StringRef Banner,StringRef NameOfWrappedPass,StringRef OrigDIVerifyBugsReportFilePath) checkDebugInfoMetadata() argument
715 checkDebugifyMetadata(Module & M,iterator_range<Module::iterator> Functions,StringRef NameOfWrappedPass,StringRef Banner,bool Strip,DebugifyStatsMap * StatsMap) checkDebugifyMetadata() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp367 PrintLoopPass(raw_ostream & OS,const std::string & Banner) PrintLoopPass() argument
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp494 SmallString<20> Banner = handleFiltered() local
952 SmallString<20> Banner; printAfterPassInvalidated() local
1516 SmallString<20> Banner = handleAfter() local
2309 SmallString<20> Banner = omitAfter() local
2334 SmallString<20> Banner = handleInvalidated() local
2342 SmallString<20> Banner = handleFiltered() local
2351 SmallString<20> Banner = formatv(" <a>{0}. {1} on {2} ignored</a><br/>\n", N, handleIgnored() local
[all...]
/llvm-project/llvm/tools/llc/
H A Dllc.cpp438 std::string Banner = std::string("After ") + std::string(P->getPassName()); addPass() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp128 std::string Banner = std::string("After ") + std::string(P->getPassName()); in addPass() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp97 std::string Banner = runAfterPass() local