Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h180 bool isCommon() const { return K == Common; } in isCommon() function
DMCAssembler.h754 bool isCommon() const { return CommonSize != 0; } in isCommon() function