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

/external/llvm/include/llvm/MC/
H A DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
182 bool isDataRel() const { function in class:llvm::SectionKind

Completed in 58 milliseconds