Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp108 if (!Sym->isFunctionTable()) in getOrCreateFunctionTableSymbol()
127 if (!Sym->isFunctionTable()) in getOrCreateFuncrefCallTableSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h113 bool isFunctionTable() const { in isFunctionTable() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp184 if (!Sym->isFunctionTable()) in GetOrCreateFunctionTableSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp598 if (!Sym->isFunctionTable()) in recordRelocation()