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

/external/llvm/include/llvm/MC/
H A DSectionKind.h151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
158 bool isCommon() const { return K == Common; } function in class:llvm::SectionKind
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
180 bool isCommon() const { return K == Common; } function in class:llvm::SectionKind
H A DMCAssembler.h579 /// isCommon - Is this a 'common' symbol.
580 bool isCommon() const { return CommonSize != 0; } function in class:llvm::MCSymbolData
593 assert(isCommon() && "Not a 'common' symbol!");
608 assert(isCommon() && "Not a 'common' symbol!");
/external/llvm/include/llvm/Object/
H A DCOFF.h360 bool isCommon() const { function in class:llvm::object::COFFSymbolRef
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 1727 milliseconds