Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp115 Sym->setOmitFromLinkingSection(); in getOrCreateFunctionTableSymbol()
140 Sym->setOmitFromLinkingSection(); in getOrCreateFuncrefCallTableSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h83 void setOmitFromLinkingSection() { OmitFromLinkingSection = true; } in setOmitFromLinkingSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp268 DefaultFunctionTable->setOmitFromLinkingSection(); in Initialize()