Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h21 bool OmitFromLinkingSection = false; variable
86 bool omitFromLinkingSection() const { return OmitFromLinkingSection; } in omitFromLinkingSection()
87 void setOmitFromLinkingSection() { OmitFromLinkingSection = true; } in setOmitFromLinkingSection()