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

  /external/llvm/include/llvm/MC/
MCExpr.h 281 const unsigned HasSubsectionsViaSymbols : 1;
312 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
MCAsmInfo.h 85 bool HasSubsectionsViaSymbols;
398 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCExpr.h 309 const unsigned HasSubsectionsViaSymbols : 1;
340 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
MCAsmInfo.h 77 bool HasSubsectionsViaSymbols = false;
410 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 63 /// HasSubsectionsViaSymbols - True if this target has the MachO
65 bool HasSubsectionsViaSymbols; // Default is false.
368 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }

Completed in 254 milliseconds