Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h110 return isTable() && hasTableType() && in isFunctionTable()
133 bool hasTableType() const { return TableType.hasValue(); } in hasTableType() function
135 assert(hasTableType()); in getTableType()