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

  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 31 HasSubsectionsViaSymbols = true;
MCAsmInfo.cpp 29 HasSubsectionsViaSymbols = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 59 /// HasSubsectionsViaSymbols - True if this target has the MachO
61 bool HasSubsectionsViaSymbols; // Default is false.
372 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }

Completed in 300 milliseconds