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

  /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; }
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 359 // Only Mach-O hasSubsectionsViaSymbols()
360 if (MAI.hasSubsectionsViaSymbols())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 743 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode) || RequiresNoop) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 401 } else if (_MAI.hasSubsectionsViaSymbols()) {
545 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 212 milliseconds