Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp52 if (auto targetTripleAttr = in DebugTranslation() local
55 llvm::Triple(targetTripleAttr.cast<StringAttr>().getValue()); in DebugTranslation()
DModuleTranslation.cpp1035 if (auto targetTripleAttr = in prepareLLVMModule() local
1037 llvmModule->setTargetTriple(targetTripleAttr.cast<StringAttr>().getValue()); in prepareLLVMModule()