HomeSort by relevance Sort by last modified time
    Searched defs:MipsGNUInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 1 //===- MipsGNUInfo.h ------------------------------------------------------===//
16 class MipsGNUInfo : public GNUInfo
19 MipsGNUInfo(const llvm::Triple& pTriple);
MipsGNUInfo.cpp 1 //===- MipsGNUInfo.cpp ----------------------------------------------------===//
9 #include "MipsGNUInfo.h"
14 // MipsGNUInfo
16 MipsGNUInfo::MipsGNUInfo(const llvm::Triple& pTriple)
22 void MipsGNUInfo::setABIVersion(uint8_t ver)
27 void MipsGNUInfo::setPICFlags(uint64_t flags)
32 uint32_t MipsGNUInfo::machine() const
37 uint8_t MipsGNUInfo::ABIVersion() const
42 uint64_t MipsGNUInfo::defaultTextSegmentAddr() cons
    [all...]

Completed in 522 milliseconds