Home
last modified time | relevance | path

Searched defs:getDesc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStatistic.h59 const char *getDesc() const { return Desc; } in getDesc() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DRegistry.h37 StringRef getDesc() const { return Desc; } in getDesc() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h62 const MDNode *getDesc() const { return Desc; } in getDesc() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h120 MCInst const &getDesc() const { return *ID; } in getDesc() function
H A DHexagonMCInstrInfo.cpp225 MCInstrDesc const &HexagonMCInstrInfo::getDesc(MCInstrInfo const &MCII, in getDesc() function in HexagonMCInstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/MCA/
H A DInstruction.h382 const InstrDesc &getDesc() const { return Desc; } in getDesc() function