Home
last modified time | relevance | path

Searched refs:useSmallSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp100 if (!Subtarget.useSmallSection()) in IsGlobalInSmallSectionImpl()
171 ->useSmallSection() && in IsConstantInSmallSection()
H A DMipsSubtarget.h331 bool useSmallSection() const { return UseSmallSection; } in useSmallSection() function
H A DMipsRegisterInfo.cpp234 if (Subtarget.useSmallSection()) { in getReservedRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h99 bool useSmallSection() const { return UseSmallSection; } in useSmallSection() function