Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h21 bool OmitFromLinkingSection = false; variable
82 bool omitFromLinkingSection() const { return OmitFromLinkingSection; } in omitFromLinkingSection()
83 void setOmitFromLinkingSection() { OmitFromLinkingSection = true; } in setOmitFromLinkingSection()