HomeSort by relevance Sort by last modified time
    Searched full:hassubsectionsviasymbols (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 63 HasSubsectionsViaSymbols = true;
MCAsmInfo.cpp 31 HasSubsectionsViaSymbols = false;
MCExpr.cpp 160 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()),
649 bool IsMachO = SRE->hasSubsectionsViaSymbols();
MCAsmStreamer.cpp 391 // Only Mach-O hasSubsectionsViaSymbols()
392 if (MAI->hasSubsectionsViaSymbols()) {
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 305 const unsigned HasSubsectionsViaSymbols : 1;
336 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
MCAsmInfo.h 79 bool HasSubsectionsViaSymbols;
381 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 18 HasSubsectionsViaSymbols = true;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 916 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode)) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 686 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
    [all...]

Completed in 2977 milliseconds