Home
last modified time | relevance | path

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

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