Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h821 bool binutilsIsAtLeast(int Major, int Minor) const { in binutilsIsAtLeast() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp681 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36)) && in calcUniqueIDUpdateFlagsAndSize()
694 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35); in calcUniqueIDUpdateFlagsAndSize()
787 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35))) { in selectExplicitSectionGlobal()
861 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36)) && in selectELFSectionForGlobal()
945 getContext().getAsmInfo()->binutilsIsAtLeast(2, 36))) { in getSectionForLSDA()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3581 if (MAI->useIntegratedAssembler() || MAI->binutilsIsAtLeast(2, 36)) { in emitPatchableFunctionEntries()