Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp31 std::string Banner; member in __anon718093ef0111::PrintModulePassWrapper
37 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
76 std::string Banner; member in __anon718093ef0111::PrintFunctionPassWrapper
81 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
114 const std::string &Banner, in createPrintModulePass()
120 const std::string &Banner) { in createPrintFunctionPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineVerifier.h18 std::string Banner; variable
22 : Banner(Banner) {} in Banner() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IRPrinter/
H A DIRPrintingPasses.h35 std::string Banner; variable
53 std::string Banner; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp76 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() local
95 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() local
/freebsd/contrib/llvm-project/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp27 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass()
69 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp32 const std::string Banner; member
68 const std::string &Banner){ in createMachineFunctionPrinterPass()
H A DTargetPassConfig.cpp718 std::string Banner = in addPass() local
769 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify()
774 void TargetPassConfig::addPrintPass(const std::string &Banner) { in addPrintPass()
779 void TargetPassConfig::addVerifyPass(const std::string &Banner) { in addVerifyPass()
808 void TargetPassConfig::addMachinePostPasses(const std::string &Banner) { in addMachinePostPasses()
H A DMachineVerifier.cpp127 const char *Banner; member
366 const std::string Banner; member
413 FunctionPass *llvm::createMachineVerifierPass(const std::string &Banner) { in createMachineVerifierPass()
417 void llvm::verifyMachineFunction(const std::string &Banner, in verifyMachineFunction()
427 bool MachineFunction::verify(Pass *p, const char *Banner, raw_ostream *OS, in verify()
433 const char *Banner, raw_ostream *OS, in verify()
439 const char *Banner, raw_ostream *OS, in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h68 const char *Banner; variable
H A DError.h1448 : Banner(std::move(Banner)), in Banner() argument
1452 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
1485 std::string Banner; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp38 std::string Banner; member in __anonbd414ef40111::PrintLoopPassWrapper
43 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()
H A DRegionPass.cpp179 std::string Banner; member in __anon826a089e0111::PrintRegionPass
H A DCallGraphSCCPass.cpp663 std::string Banner; member in __anon670ad5c10411::PrintCallGraphPass
H A DLoopInfo.cpp989 void llvm::printLoop(Loop &L, raw_ostream &OS, const std::string &Banner) { in printLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp139 Module &M, iterator_range<Module::iterator> Functions, StringRef Banner, in applyDebugifyMetadata()
370 StringRef Banner, in collectDebugInfoMetadata()
615 StringRef Banner, StringRef NameOfWrappedPass, in checkDebugInfoMetadata()
779 StringRef NameOfWrappedPass, StringRef Banner, in checkDebugifyMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp362 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp497 SmallString<20> Banner = in handleFiltered() local
949 SmallString<20> Banner; in printAfterPassInvalidated() local
1491 std::string Banner = in registerCallbacks() local
1522 SmallString<20> Banner = in handleAfter() local
2311 SmallString<20> Banner = in omitAfter() local
2336 SmallString<20> Banner = in handleInvalidated() local
2344 SmallString<20> Banner = in handleFiltered() local
2353 SmallString<20> Banner = formatv(" <a>{0}. {1} on {2} ignored</a><br/>\n", N, in handleIgnored() local
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp433 std::string Banner = std::string("After ") + std::string(P->getPassName()); in addPass() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp96 std::string Banner = in runAfterPass() local