Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h158 bool isCommon() const { return K == Common; } in isCommon() function
DMCSymbol.h373 bool isCommon() const { in isCommon() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h180 bool isCommon() const { return K == Common; } in isCommon() function
DMCAssembler.h580 bool isCommon() const { return CommonSize != 0; } in isCommon() function
/external/llvm/include/llvm/Object/
DCOFF.h360 bool isCommon() const { in isCommon() function