Searched defs:isComdat (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionELF.h77 bool isComdat() const { return Group.getInt(); } function in class:llvm::final
H A DMCSymbolWasm.h80 bool isComdat() const { return IsComdat; } function in class:llvm::MCSymbolWasm
81 void setComdat(bool isComdat) { IsComdat = isComdat; } argument

Completed in 116 milliseconds