Home
last modified time | relevance | path

Searched refs:createSMDiagnosticError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/
H A DExampleModules.h34 inline llvm::Error createSMDiagnosticError(llvm::SMDiagnostic &Diag) { in createSMDiagnosticError() function
52 return createSMDiagnosticError(Err); in parseExampleModule()
64 return createSMDiagnosticError(Err); in parseExampleModuleFromFile()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp157 static Error createSMDiagnosticError(llvm::SMDiagnostic &Diag) { in createSMDiagnosticError() function in OrcCAPITestBase
174 return createSMDiagnosticError(Err); in parseTestModule()