Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h567 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
H A DMCExpr.h408 bool hasSubsectionsViaSymbols() const { in hasSubsectionsViaSymbols() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp205 encodeSubclassData(Kind, MAI->hasSubsectionsViaSymbols())), in MCSymbolRefExpr()
863 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
H A DMCAsmStreamer.cpp666 if (MAI->hasSubsectionsViaSymbols()) { in emitThumbFunc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp456 if (A->hasSubsectionsViaSymbols() && Asm.isThumbFunc(&A->getSymbol()) && in adjustFixupValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp967 if (MAI->hasSubsectionsViaSymbols()) { in emitFunctionHeader()
1906 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in emitFunctionBody()
3768 else if (MAI->hasSubsectionsViaSymbols()) { in emitGlobalConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1049 if (MAI.hasSubsectionsViaSymbols()) { in Run()
1954 if (MAI.hasSubsectionsViaSymbols() && CFIStartProcLoc && in parseStatement()
H A DMasmParser.cpp1422 if (MAI.hasSubsectionsViaSymbols()) { in Run()