Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineVerifier.h17 std::string Banner; variable
21 : Banner(Banner) {} in Banner() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp36 std::string Banner; member in __anon718093ef0111::PrintModulePassWrapper
42 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
86 std::string Banner; member in __anon718093ef0111::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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IRPrinter/
H A DIRPrintingPasses.h34 std::string Banner; variable
52 std::string Banner; variable
/freebsd/contrib/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()
/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.cpp708 std::string Banner = in addPass() local
759 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify()
764 void TargetPassConfig::addPrintPass(const std::string &Banner) { in addPrintPass()
769 void TargetPassConfig::addVerifyPass(const std::string &Banner) { in addVerifyPass()
798 void TargetPassConfig::addMachinePostPasses(const std::string &Banner) { in addMachinePostPasses()
H A DMachineVerifier.cpp112 const char *Banner; member
313 const std::string Banner; member
366 FunctionPass *llvm::createMachineVerifierPass(const std::string &Banner) { in createMachineVerifierPass()
370 void llvm::verifyMachineFunction(const std::string &Banner, in verifyMachineFunction()
382 bool MachineFunction::verify(Pass *p, const char *Banner, bool AbortOnErrors) in verify() argument
392 const char *Banner, bool AbortOnErrors) const { in verify() argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp50 std::string Banner = std::string(Argv[0]) + ": "; InitLLVM() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h68 const char *Banner; variable
H A DError.h1412 : Banner(std::move(Banner)), in Banner() function
1416 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
1449 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.cpp665 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.cpp82 Module &M, iterator_range<Module::iterator> Functions, StringRef Banner, in applyDebugifyMetadata()
298 StringRef Banner, in collectDebugInfoMetadata()
544 StringRef Banner, StringRef NameOfWrappedPass, in checkDebugInfoMetadata()
715 StringRef NameOfWrappedPass, StringRef Banner, in checkDebugifyMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp365 PrintLoopPass(raw_ostream & OS,const std::string & Banner) PrintLoopPass() argument
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp495 SmallString<20> Banner = in handleFiltered() local
953 SmallString<20> Banner; in printAfterPassInvalidated() local
1494 std::string Banner = in registerCallbacks() local
1525 SmallString<20> Banner = in handleAfter() local
2318 SmallString<20> Banner = in omitAfter() local
2343 SmallString<20> Banner = in handleInvalidated() local
2351 SmallString<20> Banner = in handleFiltered() local
2360 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.cpp438 std::string Banner = std::string("After ") + std::string(P->getPassName()); in addPass() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp97 std::string Banner = in runAfterPass() local