Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h114 return isTable() && hasTableType() && in isFunctionTable()
137 bool hasTableType() const { return TableType.has_value(); } in hasTableType() function
139 assert(hasTableType()); in getTableType()