Searched defs:IsN32 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ | ||
H A D | MipsAsmBackend.h | 30 bool IsN32; variable |
H A D | MipsABIInfo.h | 41 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32() function |
H A D | MipsELFObjectWriter.cpp | 666 createMipsELFObjectWriter(const Triple & TT,bool IsN32) createMipsELFObjectWriter() argument |