Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp251 StringRef InstTxt; in prettyPrintAsm() local
255 InstTxt = Duplex.second; in prettyPrintAsm()
257 InstTxt = Duplex.first; in prettyPrintAsm()
259 if (!InstTxt.empty()) in prettyPrintAsm()
260 OS << Indent << InstTxt << Separator; in prettyPrintAsm()