/external/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 24 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/ |
D | StandardInstrumentations.cpp | 73 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/ |
D | IRPrintingPasses.cpp | 24 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/ |
D | IRPrintingPasses.h | 76 std::string Banner; variable 95 std::string Banner; variable
|
/external/llvm/include/llvm/IR/ |
D | IRPrintingPasses.h | 63 std::string Banner; variable 82 std::string Banner; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunctionPrinterPass.cpp | 32 const std::string Banner; member 67 const std::string &Banner){ in createMachineFunctionPrinterPass()
|
D | TargetPassConfig.cpp | 533 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/ |
D | MachineFunctionPrinterPass.cpp | 31 const std::string Banner; member 65 const std::string &Banner){ in createMachineFunctionPrinterPass()
|
D | TargetPassConfig.cpp | 351 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()
|
D | MachineVerifier.cpp | 64 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/ |
D | InitLLVM.cpp | 42 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() local
|
/external/llvm/include/llvm/Support/ |
D | circular_raw_ostream.h | 69 const char *Banner; variable
|
D | Error.h | 902 : 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/ |
D | circular_raw_ostream.h | 69 const char *Banner; variable
|
D | Error.h | 942 : 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/ |
D | circular_raw_ostream.h | 68 const char *Banner; variable
|
D | Error.h | 1305 : 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/ |
D | LoopPassManager.cpp | 97 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopPass.cpp | 38 std::string Banner; member in __anon0eb1db9d0111::PrintLoopPassWrapper 43 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()
|
D | RegionPass.cpp | 183 std::string Banner; member in __anonf23063870111::PrintRegionPass
|
/external/capstone/bindings/powershell/Capstone/ |
D | Capstone.psm1 | 323 $Banner = @' in Get-CapstoneDisassembly() variable 346 return $Banner in Get-CapstoneDisassembly() variable
|
/external/llvm/lib/Analysis/ |
D | RegionPass.cpp | 188 std::string Banner; member in __anon3e6110650111::PrintRegionPass
|
D | LoopPass.cpp | 39 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 57 StringRef Banner) { in applyDebugifyMetadata() 204 StringRef NameOfWrappedPass, StringRef Banner, in checkDebugifyMetadata()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 438 std::string Banner in compileModule() local
|