Home
last modified time | relevance | path

Searched defs:ReportWarning (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Core/
H A DModule.h795 void ReportWarning(const char *format, Args &&...args) { ReportWarning() function
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp186 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 DModule.cpp1130 void Module::ReportWarning(const llvm::formatv_object_base &payload) { ReportWarning() function in Module
H A DDebugger.cpp1587 void Debugger::ReportWarning(std::string message, ReportWarning() function in Debugger