Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DStandardInstrumentations.cpp73 void printIR(const Module *M, StringRef Banner, StringRef Extra = StringRef()) { in printIR()
77 void printIR(const Function *F, StringRef Banner, in printIR()
83 void printIR(const LazyCallGraph::SCC *C, StringRef Banner, in printIR()
97 void printIR(const Loop *L, StringRef Banner) { in printIR()
106 void unwrapAndPrint(Any IR, StringRef Banner, bool ForceModule = false) { in unwrapAndPrint()
181 SmallString<20> Banner = formatv("*** IR Dump Before {0} ***", PassID); in printBeforePass() local
196 SmallString<20> Banner = formatv("*** IR Dump After {0} ***", PassID); in printAfterPass() local
216 SmallString<20> Banner = in printAfterPassInvalidated() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRPrintingPasses.cpp24 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass()
51 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
73 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
96 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
123 const std::string &Banner, in createPrintModulePass()
129 const std::string &Banner) { in createPrintFunctionPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRPrintingPasses.h76 std::string Banner; variable
95 std::string Banner; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp32 const std::string Banner; member
67 const std::string &Banner){ in createMachineFunctionPrinterPass()
DTargetPassConfig.cpp533 std::string Banner; in addPass() local
589 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify()
594 void TargetPassConfig::addPrintPass(const std::string &Banner) { in addPrintPass()
599 void TargetPassConfig::addVerifyPass(const std::string &Banner) { in addVerifyPass()
DMachineVerifier.cpp93 const char *Banner; member
298 const std::string Banner; member
325 FunctionPass *llvm::createMachineVerifierPass(const std::string &Banner) { in createMachineVerifierPass()
329 bool MachineFunction::verify(Pass *p, const char *Banner, bool AbortOnErrors) in verify() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DInitLLVM.cpp42 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Dcircular_raw_ostream.h69 const char *Banner; variable
DError.h942 : Banner(std::move(Banner)), in Banner() argument
946 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
979 std::string Banner; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Dcircular_raw_ostream.h68 const char *Banner; variable
DError.h1305 : Banner(std::move(Banner)), in Banner() function
1309 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
1342 std::string Banner; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp97 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp38 std::string Banner; member in __anonfa93716b0111::PrintLoopPassWrapper
43 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()
DRegionPass.cpp183 std::string Banner; member in __anon5ccea4d50111::PrintRegionPass
DCallGraphSCCPass.cpp620 std::string Banner; member in __anon83377f380211::PrintCallGraphPass
DLoopInfo.cpp937 void llvm::printLoop(Loop &L, raw_ostream &OS, const std::string &Banner) { in printLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp57 StringRef Banner) { in applyDebugifyMetadata()
204 StringRef NameOfWrappedPass, StringRef Banner, in checkDebugifyMetadata()