Searched refs:DebugTranslation (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
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() 121 DebugTranslation::translateLoc(Location loc, llvm::DILocalScope *scope) { in translateLoc() 129 DebugTranslation::translateLoc(Location loc, llvm::DILocalScope *scope, in translateLoc() 178 llvm::DIFile *DebugTranslation::translateFile(StringRef fileName) { in translateFile()
|
D | DebugTranslation.h | 29 class DebugTranslation { 31 DebugTranslation(Operation *module, llvm::Module &llvmModule);
|
D | ModuleTranslation.cpp | 307 std::make_unique<DebugTranslation>(module, *this->llvmModule)), in ModuleTranslation()
|
/external/llvm-project/mlir/include/mlir/Target/LLVMIR/ |
D | ModuleTranslation.h | 40 class DebugTranslation; variable 130 std::unique_ptr<detail::DebugTranslation> debugTranslation;
|
/external/llvm-project/mlir/lib/Target/ |
D | CMakeLists.txt | 2 LLVMIR/DebugTranslation.cpp
|
/external/tensorflow/third_party/mlir/ |
D | BUILD | 3536 "lib/Target/LLVMIR/DebugTranslation.cpp", 3537 "lib/Target/LLVMIR/DebugTranslation.h",
|