Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp77 if (ELFTargetStreamer->isMicroMipsEnabled()) { in createPendingLabelRelocs()
H A DMipsTargetStreamer.cpp887 if (isMicroMipsEnabled()) in emitLabel()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h318 bool isMicroMipsEnabled() const { return MicroMipsEnabled; } in isMicroMipsEnabled() function