Home
last modified time | relevance | path

Searched refs:HandleError (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1380 function_ref<ErrorPolicy(Error)> HandleError) in DWARFObjInMemory() argument
1409 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory()
1507 if (HandleError(SymInfoOrErr.takeError()) == ErrorPolicy::Halt) in DWARFObjInMemory()
1517 ErrorPolicy EP = HandleError( in DWARFObjInMemory()
1644 function_ref<ErrorPolicy(Error)> HandleError, in create() argument
1646 auto DObj = llvm::make_unique<DWARFObjInMemory>(Obj, L, HandleError); in create()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp659 auto HandleError = [](Error &&E) { in createImportLibrary() local
667 HandleError(writeImportLibrary(LibName, Path, Exports, Config->Machine, in createImportLibrary()
677 HandleError(writeImportLibrary(LibName, Path, Exports, Config->Machine, in createImportLibrary()
690 HandleError(std::move(E)); in createImportLibrary()
698 HandleError(errorCodeToError(sys::fs::rename(TmpName, Path))); in createImportLibrary()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h344 function_ref<ErrorPolicy(Error)> HandleError = defaultErrorHandler,
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py699 def HandleError(self, msg, token): member in AstBuilder
724 self.HandleError('exception', token)
1038 self.HandleError('unexpected token', modifier_token)
1558 self.HandleError('non-typedef token', token)