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

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp98 StringRef InstTxt; variable
102 InstTxt = Duplex.second;
104 InstTxt = Duplex.first;
106 if (!InstTxt.empty())
107 OS << Indent << InstTxt << Separator;

Completed in 135 milliseconds