Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h22 bool OmitFromLinkingSection = false; variable
87 bool omitFromLinkingSection() const { return OmitFromLinkingSection; } in omitFromLinkingSection()
88 void setOmitFromLinkingSection() { OmitFromLinkingSection = true; } in setOmitFromLinkingSection()