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.
353 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 375 // Only Mach-O hasSubsectionsViaSymbols()
376 if (MAI.hasSubsectionsViaSymbols())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 740 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode) || RequiresNoop) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 428 } else if (_MAI.hasSubsectionsViaSymbols()) {
572 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 153 milliseconds