Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h57 bool UseMarkup = false; variable
149 bool getUseMarkup() const { return UseMarkup; } in getUseMarkup()
150 void setUseMarkup(bool Value) { UseMarkup = Value; } in setUseMarkup()