Searched defs:ReportWarning (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 795 void ReportWarning(const char *format, Args &&...args) { in ReportWarning() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 185 analyzeImportedModule(const DWARFDie & DIE,CompileUnit & CU,DWARFLinkerBase::SwiftInterfacesMapTy * ParseableSwiftInterfaces,std::function<void (const Twine &,const DWARFDie &)> ReportWarning) analyzeImportedModule() argument 298 analyzeContextInfo(const DWARFDie & DIE,unsigned ParentIdx,CompileUnit & CU,DeclContext * CurrentDeclContext,DeclContextTree & Contexts,uint64_t ModulesEndOffset,DWARFLinkerBase::SwiftInterfacesMapTy * ParseableSwiftInterfaces,std::function<void (const Twine &,const DWARFDie &)> ReportWarning) analyzeContextInfo() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1128 void Module::ReportWarning(const llvm::formatv_object_base &payload) { ReportWarning() function in Module
|
H A D | Debugger.cpp | 1544 void Debugger::ReportWarning(std::string message, ReportWarning() function in Debugger
|