Home
last modified time | relevance | path

Searched refs:DebugTranslation (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp27 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()
DDebugTranslation.h29 class DebugTranslation {
31 DebugTranslation(Operation *module, llvm::Module &llvmModule);
DModuleTranslation.cpp307 std::make_unique<DebugTranslation>(module, *this->llvmModule)), in ModuleTranslation()
/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h40 class DebugTranslation; variable
130 std::unique_ptr<detail::DebugTranslation> debugTranslation;
/external/llvm-project/mlir/lib/Target/
DCMakeLists.txt2 LLVMIR/DebugTranslation.cpp
/external/tensorflow/third_party/mlir/
DBUILD3536 "lib/Target/LLVMIR/DebugTranslation.cpp",
3537 "lib/Target/LLVMIR/DebugTranslation.h",