Searched defs:_isN64 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp27 bool _isN64, bool IsLittleEndian);
38 bool _isN64, bool IsLittleEndian)
40 /*HasRelocationAddend*/ (_isN64) ? true : false,
41 /*IsN64*/ _isN64) {}
37 MipsELFObjectWriter(bool _is64Bit, uint8_t OSABI, bool _isN64, bool IsLittleEndian) argument

Completed in 1675 milliseconds