Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h81 bool isComdat() const { return IsComdat; } in setComdat() argument
80 bool isComdat() const { return IsComdat; } isComdat() function
H A DMCSectionELF.h77 bool isComdat() const { return Group.getInt(); } isComdat() function