Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp108 if (!Sym->isFunctionTable()) in getOrCreateFunctionTableSymbol()
128 if (!Sym->isFunctionTable()) in getOrCreateFuncrefCallTableSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h114 bool isFunctionTable() const { in isFunctionTable() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp185 if (!Sym->isFunctionTable()) in GetOrCreateFunctionTableSymbol()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp593 if (!Sym->isFunctionTable()) in recordRelocation()