Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp105 if (!Sym->isFunctionTable()) in getOrCreateFunctionTableSymbol()
124 if (!Sym->isFunctionTable()) in getOrCreateFuncrefCallTableSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h109 bool isFunctionTable() const { in isFunctionTable() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp185 if (!Sym->isFunctionTable()) in GetOrCreateFunctionTableSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp550 if (!Sym->isFunctionTable()) in recordRelocation()