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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 85 bool HasSubsectionsViaSymbols;
398 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
MCExpr.h 281 const unsigned HasSubsectionsViaSymbols : 1;
312 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/llvm/lib/MC/
MCExpr.cpp 161 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()),
625 bool IsMachO = SRE->hasSubsectionsViaSymbols();
MCAsmStreamer.cpp 465 // Only Mach-O hasSubsectionsViaSymbols()
466 if (MAI->hasSubsectionsViaSymbols()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 351 // Only Mach-O hasSubsectionsViaSymbols()
352 if (MAI.hasSubsectionsViaSymbols())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 922 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 725 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode) || RequiresNoop) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 373 } else if (_MAI.hasSubsectionsViaSymbols()) {
491 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 763 if (MAI.hasSubsectionsViaSymbols()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1164 milliseconds