Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h456 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp499 Asm && Asm->getContext().getAsmInfo()->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp933 if (!MAI->hasSubsectionsViaSymbols()) { in emitFunctionPrefix()
2048 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in emitFunctionBody()
4158 else if (MAI->hasSubsectionsViaSymbols()) { in emitGlobalConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp277 if (MAI->hasSubsectionsViaSymbols()) { in emitThumbFunc()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1022 if (MAI.hasSubsectionsViaSymbols()) { in Run()
1876 if (MAI.hasSubsectionsViaSymbols() && CFIStartProcLoc && in parseStatement()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4476 if (getContext().getAsmInfo()->hasSubsectionsViaSymbols()) { in parseSymbolicImmVal()