Home
last modified time | relevance | path

Searched refs:binutilsIsAtLeast (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h856 bool binutilsIsAtLeast(int Major, int Minor) const { in binutilsIsAtLeast() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp711 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36)) in calcUniqueIDUpdateFlagsAndSize()
723 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35); in calcUniqueIDUpdateFlagsAndSize()
826 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35))) { in selectExplicitSectionGlobal()
898 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36)) { in selectELFSectionForGlobal()
982 getContext().getAsmInfo()->binutilsIsAtLeast(2, 36))) { in getSectionForLSDA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4291 if (MAI->useIntegratedAssembler() || MAI->binutilsIsAtLeast(2, 36)) { in emitPatchableFunctionEntries()