Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h81 bool isComdat() const { return IsComdat; } in isComdat() function
82 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat()
H A DMCSectionELF.h83 bool isComdat() const { return Group.getInt(); } in isComdat() function