Home
last modified time | relevance | path

Searched defs:errorHandler (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/test/lib/Transforms/
H A DTestCompositePass.cpp24 function_ref<LogicalResult(const Twine &)> errorHandler) { in registerTestCompositePass()
/llvm-project/mlir/lib/Tools/mlir-reduce/
H A DMlirReduceMain.cpp97 auto errorHandler = [&](const Twine &msg) { in mlirReduceMain() local
/llvm-project/mlir/lib/Pass/
H A DPassRegistry.cpp41 __anonede6f6f20102(OpPassManager &pm, StringRef options, function_ref<LogicalResult(const Twine &)> errorHandler) buildDefaultRegistryFn() argument
547 auto errorHandler = [&](const char *rawLoc, Twine msg) { initialize() local
577 parsePipelineText(StringRef text,ErrorHandlerT errorHandler) parsePipelineText() argument
667 resolvePipelineElements(MutableArrayRef<PipelineElement> elements,ErrorHandlerT errorHandler) resolvePipelineElements() argument
677 resolvePipelineElement(PipelineElement & element,ErrorHandlerT errorHandler) resolvePipelineElement() argument
724 auto errorHandler = [&](Twine msg) { parsePassPipeline() local
[all...]
H A DPass.cpp65 function_ref<LogicalResult(const Twine &)> errorHandler) { in initializeOptions() argument
/llvm-project/flang/tools/tco/
H A Dtco.cpp129 auto errorHandler = [&](const Twine &msg) { compileFIR() local
/llvm-project/mlir/include/mlir/Pass/
H A DPassRegistry.h56 addToPipeline(OpPassManager & pm,StringRef options,function_ref<LogicalResult (const Twine &)> errorHandler) addToPipeline() argument
/llvm-project/mlir/lib/Transforms/
H A DInlinerPass.cpp157 if (failed(Pass::initializeOptions(options, errorHandler))) in initializeOptions() argument
/llvm-project/lld/Common/
H A DErrorHandler.cpp54 ErrorHandler &lld::errorHandler() { return context().e; } in errorHandler() function in lld
[all...]
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMapMemRefStorageClassPass.cpp277 function_ref<LogicalResult(const Twine &)> errorHandler) override { in initializeOptions()
/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp207 void errorHandler(llvm::Error Err) { errorHandler() function in HIPUndefinedFatBinSymbols
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp217 auto errorHandler = [&](const Twine &msg) { setPassPipelineParser() local
/llvm-project/flang/runtime/
H A Dio-api.cpp1271 IoErrorHandler errorHandler{oom}; CheckUnitNumberInRangeImpl() local
/llvm-project/mlir/test/CAPI/
H A Dir.c2049 MlirLogicalResult errorHandler(MlirDiagnostic diagnostic, void *userData) { in errorHandler() function