Home
last modified time | relevance | path

Searched refs:getOrCreateFunctionTableSymbol (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.h
H A DWebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h50 getOrCreateFunctionTableSymbol(MCContext &Ctx,
H A DWebAssemblyUtilities.cpp104 MCSymbolWasm *WebAssembly::getOrCreateFunctionTableSymbol( in getOrCreateFunctionTableSymbol() function in WebAssembly
H A DWebAssemblyAsmPrinter.cpp407 WebAssembly::getOrCreateFunctionTableSymbol(OutContext, Subtarget); in emitEndOfAsmFile()
H A DWebAssemblyFastISel.cpp894 MCSymbolWasm *Table = WebAssembly::getOrCreateFunctionTableSymbol( in selectCall()
H A DWebAssemblyISelLowering.cpp802 : WebAssembly::getOrCreateFunctionTableSymbol( in LowerCallResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp212 static MCSymbolWasm *getOrCreateFunctionTableSymbol(MCContext &Ctx, in getOrCreateFunctionTableSymbol() function
305 DefaultFunctionTable = getOrCreateFunctionTableSymbol( in Initialize()
558 getOrCreateFunctionTableSymbol(getContext(), Tok.getString(), Is64); in parseFunctionTableOperand()