Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h425 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
HDMCExpr.h348 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCExpr.cpp180 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
719 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
HDMCAsmStreamer.cpp593 if (MAI->hasSubsectionsViaSymbols()) { in EmitThumbFunc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp692 if (MAI->hasSubsectionsViaSymbols()) { in EmitFunctionHeader()
1182 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in EmitFunctionBody()
2802 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMAsmBackend.cpp423 if (A->hasSubsectionsViaSymbols() && Asm.isThumbFunc(&A->getSymbol()) && in adjustFixupValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp962 if (MAI.hasSubsectionsViaSymbols()) { in Run()