Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h560 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
H A DMCExpr.h412 bool hasSubsectionsViaSymbols() const { in hasSubsectionsViaSymbols() function
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp204 encodeSubclassData(Kind, MAI->hasSubsectionsViaSymbols())), in MCSymbolRefExpr()
836 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
H A DMCAsmStreamer.cpp682 if (MAI->hasSubsectionsViaSymbols()) { in emitThumbFunc()
/src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp455 if (A->hasSubsectionsViaSymbols() && Asm.isThumbFunc(&A->getSymbol()) && in adjustFixupValue()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp904 if (!MAI->hasSubsectionsViaSymbols()) { in emitFunctionPrefix()
1914 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in emitFunctionBody()
3779 else if (MAI->hasSubsectionsViaSymbols()) { in emitGlobalConstant()
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1047 if (MAI.hasSubsectionsViaSymbols()) { in Run()
1951 if (MAI.hasSubsectionsViaSymbols() && CFIStartProcLoc && in parseStatement()
H A DMasmParser.cpp1422 if (MAI.hasSubsectionsViaSymbols()) { in Run()