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.cpp109 if (!Sym->isFunctionTable()) in getOrCreateFunctionTableSymbol()
129 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.cpp217 if (!Sym->isFunctionTable()) in getOrCreateFunctionTableSymbol()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp580 if (!Sym->isFunctionTable()) in recordRelocation()