Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h49 bool isTypeFunction() const { in isTypeFunction() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1407 return Index < Symbols.size() && Symbols[Index].isTypeFunction(); in isValidFunctionSymbol()
1638 if (Sym.isTypeFunction()) in getSymbolFlags()