Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h381 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
DMCExpr.h336 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/external/llvm/lib/MC/
DMCExpr.cpp160 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
649 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
DMCAsmStreamer.cpp392 if (MAI->hasSubsectionsViaSymbols()) { in EmitThumbFunc()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp916 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode)) { in EmitFunctionBody()
2274 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp686 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) { in Run()