Home
last modified time | relevance | path

Searched refs:hasSubsectionsViaSymbols (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h336 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp736 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode) || RequiresNoop) { in EmitFunctionBody()
1717 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp359 } else if (_MAI.hasSubsectionsViaSymbols()) { in AsmParser()
477 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) { in Run()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp350 if (MAI.hasSubsectionsViaSymbols()) in EmitThumbFunc()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp2296 bool isMachO = MAI.hasSubsectionsViaSymbols(); in ParseDirectiveThumbFunc()