Searched defs:isCommon (Results 1 - 5 of 5) sorted by relevance
/external/llvm/include/llvm/MC/ | ||
H A D | SectionKind.h | 151 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 D | SectionKind.h | 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); 180 bool isCommon() const { return K == Common; } function in class:llvm::SectionKind |
H A D | MCAssembler.h | 579 /// 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 D | COFF.h | 360 bool isCommon() const { function in class:llvm::object::COFFSymbolRef |
/external/robolectric/v1/lib/main/ | ||
H A D | h2-1.2.147.jar | META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ... |
Completed in 420 milliseconds