Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/llvm/lib/IR/
H A 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 __anonafbd7f870111::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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DIRPrintingPasses.cpp30 std::string Banner; member in __anon22a3f12f0111::PrintModulePassWrapper
36 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
70 std::string Banner; member in __anon22a3f12f0111::PrintFunctionPassWrapper
75 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
107 const std::string &Banner, in createPrintModulePass()
113 const std::string &Banner) { in createPrintFunctionPass()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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()
/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DBanner.java33 public class Banner extends ConstraintLayout { class
39 public Banner(@NonNull Context context) { in Banner() method in Banner
43 public Banner(@NonNull Context context, @Nullable AttributeSet attrs) { in Banner() method in Banner
47 public Banner(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in Banner() method in Banner
51 public Banner( in Banner() method in Banner
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/banners/
DBanner.kt56 interface Banner { interface
132 fun Banner( in Banner() method
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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()
H A DMachineFunctionPrinterPass.cpp31 const std::string Banner; member
65 const std::string &Banner){ in createMachineFunctionPrinterPass()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp736 std::string Banner = in addPass() local
787 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify()
792 void TargetPassConfig::addPrintPass(const std::string &Banner) { in addPrintPass()
797 void TargetPassConfig::addVerifyPass(const std::string &Banner) { in addVerifyPass()
826 void TargetPassConfig::addMachinePostPasses(const std::string &Banner) { in addMachinePostPasses()
H A DMachineFunctionPrinterPass.cpp32 const std::string Banner; member
67 const std::string &Banner){ in createMachineFunctionPrinterPass()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DError.h902 : Banner(std::move(Banner)), in Banner() function
906 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
939 std::string Banner; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DError.h942 : Banner(std::move(Banner)), in Banner() function
946 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
979 std::string Banner; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
H A DMachineFunctionPrinterPass.cpp32 const std::string Banner; member
67 const std::string &Banner){ in createMachineFunctionPrinterPass()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IRPrinter/
DIRPrintingPasses.h34 std::string Banner; variable
52 std::string Banner; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IRPrinter/
DIRPrintingPasses.h34 std::string Banner; variable
52 std::string Banner; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IRPrinter/
DIRPrintingPasses.h34 std::string Banner; variable
52 std::string Banner; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IRPrinter/
H A DIRPrintingPasses.h34 std::string Banner; variable
52 std::string Banner; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IRPrinter/
DIRPrintingPasses.h34 std::string Banner; variable
52 std::string Banner; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRPrintingPasses.h76 std::string Banner; variable
95 std::string Banner; variable
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DIRPrintingPasses.h63 std::string Banner; variable
82 std::string Banner; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp26 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass()
64 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DError.h1357 : Banner(std::move(Banner)), in Banner() function
1361 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
1394 std::string Banner; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DError.h1371 : Banner(std::move(Banner)), in Banner() function
1375 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
1408 std::string Banner; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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

1234