Searched defs:ReportWarning (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 795 void ReportWarning(const char *format, Args &&...args) { ReportWarning() function
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 186 analyzeImportedModule(const DWARFDie & DIE,CompileUnit & CU,DWARFLinkerBase::SwiftInterfacesMapTy * ParseableSwiftInterfaces,std::function<void (const Twine &,const DWARFDie &)> ReportWarning) analyzeImportedModule() argument 301 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
|
/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1130 void Module::ReportWarning(const llvm::formatv_object_base &payload) { ReportWarning() function in Module
|
H A D | Debugger.cpp | 1587 void Debugger::ReportWarning(std::string message, ReportWarning() function in Debugger
|