Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h115 return isTable() && hasTableType() && in isFunctionTable()
140 bool hasTableType() const { return TableType.has_value(); } in hasTableType() function
142 assert(hasTableType()); in getTableType()