Searched refs:DebugTranslation (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | DebugTranslation.cpp | 27 DebugTranslation::DebugTranslation(Operation *module, llvm::Module &llvmModule) in DebugTranslation() function in DebugTranslation 65 void DebugTranslation::finalize() { builder.finalize(); } in finalize() 79 void DebugTranslation::translate(LLVMFuncOp func, llvm::Function &llvmFunc) { in translate() 124 DebugTranslation::translateLoc(Location loc, llvm::DILocalScope *scope) { in translateLoc() 132 DebugTranslation::translateLoc(Location loc, llvm::DILocalScope *scope, in translateLoc() 181 llvm::DIFile *DebugTranslation::translateFile(StringRef fileName) { in translateFile()
|
| H A D | CMakeLists.txt | 6 DebugTranslation.cpp 14 DebugTranslation.cpp
|
| H A D | DebugTranslation.h | 29 class DebugTranslation { 31 DebugTranslation(Operation *module, llvm::Module &llvmModule);
|
| H A D | ModuleTranslation.cpp | 395 std::make_unique<DebugTranslation>(module, *this->llvmModule)), in ModuleTranslation()
|
| /llvm-project-15.0.7/mlir/include/mlir/Target/LLVMIR/ |
| H A D | ModuleTranslation.h | 41 class DebugTranslation; variable 294 std::unique_ptr<detail::DebugTranslation> debugTranslation;
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/ |
| H A D | BUILD.bazel | 5866 "lib/Target/LLVMIR/DebugTranslation.cpp", 5867 "lib/Target/LLVMIR/DebugTranslation.h",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 8397 mlir/lib/Target/LLVMIR/DebugTranslation.cpp 8398 mlir/lib/Target/LLVMIR/DebugTranslation.h
|