Home
last modified time | relevance | path

Searched refs:setOmitFromLinkingSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp118 Sym->setOmitFromLinkingSection(); in getOrCreateFunctionTableSymbol()
143 Sym->setOmitFromLinkingSection(); in getOrCreateFuncrefCallTableSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h87 void setOmitFromLinkingSection() { OmitFromLinkingSection = true; } in setOmitFromLinkingSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp267 DefaultFunctionTable->setOmitFromLinkingSection(); in Initialize()