Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DIRPrintingPasses.cpp24 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass()
42 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
60 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
81 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
98 std::string Banner; member in __anon2d779bb60111::PrintBasicBlockPass
103 PrintBasicBlockPass(raw_ostream &Out, const std::string &Banner) in PrintBasicBlockPass()
129 const std::string &Banner, in createPrintModulePass()
135 const std::string &Banner) { in createPrintFunctionPass()
140 const std::string &Banner) { in createPrintBasicBlockPass()
/external/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
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRPrintingPasses.h76 std::string Banner; variable
95 std::string Banner; variable
/external/llvm/include/llvm/IR/
DIRPrintingPasses.h63 std::string Banner; variable
82 std::string Banner; variable
/external/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()
/external/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp31 const std::string Banner; member
65 const std::string &Banner){ in createMachineFunctionPrinterPass()
DTargetPassConfig.cpp351 std::string Banner; in addPass() local
405 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify()
410 void TargetPassConfig::addPrintPass(const std::string &Banner) { in addPrintPass()
415 void TargetPassConfig::addVerifyPass(const std::string &Banner) { in addVerifyPass()
DMachineVerifier.cpp64 const char *Banner; member
259 const std::string Banner; member
285 FunctionPass *llvm::createMachineVerifierPass(const std::string &Banner) { in createMachineVerifierPass()
289 bool MachineFunction::verify(Pass *p, const char *Banner, bool AbortOnErrors) in verify() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DInitLLVM.cpp42 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() local
/external/llvm/include/llvm/Support/
Dcircular_raw_ostream.h69 const char *Banner; variable
DError.h902 : Banner(std::move(Banner)), in Banner() argument
906 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
939 std::string Banner; variable
/external/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
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp97 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp38 std::string Banner; member in __anon0eb1db9d0111::PrintLoopPassWrapper
43 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()
DRegionPass.cpp183 std::string Banner; member in __anonf23063870111::PrintRegionPass
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm1323 $Banner = @' in Get-CapstoneDisassembly() variable
346 return $Banner in Get-CapstoneDisassembly() variable
/external/llvm/lib/Analysis/
DRegionPass.cpp188 std::string Banner; member in __anon3e6110650111::PrintRegionPass
DLoopPass.cpp39 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp57 StringRef Banner) { in applyDebugifyMetadata()
204 StringRef NameOfWrappedPass, StringRef Banner, in checkDebugifyMetadata()
/external/llvm/tools/llc/
Dllc.cpp438 std::string Banner in compileModule() local

12