Home
last modified time | relevance | path

Searched refs:getLogger (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DSignposts.cpp48 LogTy &getLogger() const { return *SignpostLog; } in getLogger() function in llvm::SignpostEmitterImpl
56 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()
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py92 root = logging.getLogger()
124 logging.getLogger().name = os.path.basename(sys.argv[0])
131 if logging.getLogger().isEnabledFor(logging.DEBUG):
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-compilers-check357 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))
H A Drevert_checker_test.py50 root = logging.getLogger()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp414 Logger *getLogger(const MachineFunction &MF) const { in getLogger() function in __anon8d2f77590111::DevelopmentModeEvictionAdvisorAnalysis
890 if (auto *Log = DevModeAnalysis->getLogger(MF)) in runOnMachineFunction()
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATestBuild.py95 logger = logging.getLogger(name)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py96 self.logger = logging.getLogger(__name__)