Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h804 bool binutilsIsAtLeast(int Major, int Minor) const { in binutilsIsAtLeast() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp707 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36))) in selectExplicitSectionGlobal()
711 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35)) { in selectExplicitSectionGlobal()
768 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35))) { in selectExplicitSectionGlobal()
841 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36))) { in selectELFSectionForGlobal()
924 getContext().getAsmInfo()->binutilsIsAtLeast(2, 36))) { in getSectionForLSDA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3556 if (MAI->useIntegratedAssembler() || MAI->binutilsIsAtLeast(2, 36)) { in emitPatchableFunctionEntries()