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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 85 bool HasSubsectionsViaSymbols;
398 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; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 77 bool HasSubsectionsViaSymbols = false;
410 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }

Completed in 865 milliseconds