Home
last modified time | relevance | path

Searched defs:isCommon (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h180 bool isCommon() const { return K == Common; } in isCommon() function
H A DMCAssembler.h759 bool isCommon() const { return CommonAlign != -1U; } in isCommon() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h321 bool isCommon() const { in isCommon() function