Searched refs:getLogger (Results 1 – 7 of 7) sorted by relevance
48 LogTy &getLogger() const { return *SignpostLog; } in getLogger() function in llvm::SignpostEmitterImpl56 ID = os_signpost_id_make_with_pointer(getLogger(), O); in getSignpostForObject()75 os_signpost_interval_begin(getLogger(), getSignpostForObject(O), in startInterval()85 os_signpost_interval_end(getLogger(), getSignpostForObject(O), in endInterval()
92 root = logging.getLogger()124 logging.getLogger().name = os.path.basename(sys.argv[0])131 if logging.getLogger().isEnabledFor(logging.DEBUG):
357 self.logger = logging.getLogger(prefix)602 logging.getLogger().info("Building with " + str(options.jobs) + " jobs and "606 logging.getLogger().info("CC = " + str(options.cc))607 logging.getLogger().info("CXX = " + str(options.cxx))
50 root = logging.getLogger()
414 Logger *getLogger(const MachineFunction &MF) const { in getLogger() function in __anon8d2f77590111::DevelopmentModeEvictionAdvisorAnalysis890 if (auto *Log = DevModeAnalysis->getLogger(MF)) in runOnMachineFunction()
95 logger = logging.getLogger(name)
96 self.logger = logging.getLogger(__name__)