Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h156 bool (*ComplexDeprecationInfo)(MCInst &, MCSubtargetInfo &, std::string &); variable
174 if (ComplexDeprecationInfo) in getDeprecatedInfo()
175 return ComplexDeprecationInfo(MI, STI, Info); in getDeprecatedInfo()