HomeSort by relevance Sort by last modified time
    Searched defs:hasSubsectionsViaSymbols (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 79 bool HasSubsectionsViaSymbols;
373 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
MCExpr.h 292 const unsigned HasSubsectionsViaSymbols : 1;
323 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }

Completed in 359 milliseconds