Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h410 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
H A DMCExpr.h342 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCExpr.cpp174 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
697 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
H A DMCAsmStreamer.cpp572 if (MAI->hasSubsectionsViaSymbols()) { in EmitThumbFunc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp669 if (MAI->hasSubsectionsViaSymbols()) { in EmitFunctionHeader()
1172 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in EmitFunctionBody()
2706 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp375 if (A->hasSubsectionsViaSymbols() && Asm.isThumbFunc(&A->getSymbol()) && in adjustFixupValue()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp931 if (MAI.hasSubsectionsViaSymbols()) { in Run()