Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h373 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
DMCExpr.h323 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/external/llvm/lib/MC/
DMCExpr.cpp153 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
625 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in EvaluateAsRelocatableImpl()
DMCAsmStreamer.cpp386 if (MAI->hasSubsectionsViaSymbols()) in EmitThumbFunc()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp865 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode)) { in EmitFunctionBody()
2257 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp663 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) { in Run()