Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp394 debugTranslation( in ModuleTranslation()
595 debugTranslation->translateLoc(op.getLoc(), subprogram)); in convertBlock()
811 debugTranslation->translate(func, *llvmFunc); in convertOneFunction()
1080 return debugTranslation->translateLoc(loc, scope); in translateLoc()
/llvm-project-15.0.7/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h294 std::unique_ptr<detail::DebugTranslation> debugTranslation; variable