Searched defs:WarningHandler (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinker.cpp | 18 MessageHandlerTy WarningHandler) { in createLinker() argument
|
H A D | DWARFLinkerGlobalData.h | 166 MessageHandlerTy WarningHandler; global() variable
|
H A D | DWARFLinkerImpl.cpp | 23 MessageHandlerTy WarningHandler) in DWARFLinkerImpl() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugArangeSet.cpp | 40 function_ref<void(Error)> WarningHandler) { in extract()
|
H A D | DWARFDebugAranges.cpp | 26 function_ref<void(Error)> WarningHandler) { in extract()
|
H A D | DWARFContext.cpp | 749 std::function<void(Error)> WarningHandler, in DWARFContext() argument 2443 create(const object::ObjectFile & Obj,ProcessDebugRelocations RelocAction,const LoadedObjectInfo * L,std::string DWPName,std::function<void (Error)> RecoverableErrorHandler,std::function<void (Error)> WarningHandler,bool ThreadSafe) create() argument 2458 create(const StringMap<std::unique_ptr<MemoryBuffer>> & Sections,uint8_t AddrSize,bool isLittleEndian,std::function<void (Error)> RecoverableErrorHandler,std::function<void (Error)> WarningHandler,bool ThreadSafe) create() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFStreamer.h | 325 DWARFLinkerBase::MessageHandlerTy WarningHandler = nullptr; global() variable
|
H A D | DWARFLinker.h | 213 DWARFLinker(MessageHandlerTy ErrorHandler, MessageHandlerTy WarningHandler, in DWARFLinker() 786 MessageHandlerTy WarningHandler = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.h | 182 std::function<Error(const Twine &Msg)> WarningHandler; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 119 std::function<void(Error)> WarningHandler = WithColor::defaultWarningHandler; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 231 std::function<void(Error)> WarningHandler = WithColor::defaultWarningHandler; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 2675 consumed::ConsumedWarningsHandler WarningHandler(S); IssueWarnings() local
|