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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.h1 //===- MipsGNUInfo.h ------------------------------------------------------===//
16 class MipsGNUInfo : public GNUInfo { class in namespace:mcld
18 explicit MipsGNUInfo(const llvm::Triple& pTriple);
H A DMipsGNUInfo.cpp1 //===- MipsGNUInfo.cpp ----------------------------------------------------===//
9 #include "MipsGNUInfo.h"
14 // MipsGNUInfo
16 MipsGNUInfo::MipsGNUInfo(const llvm::Triple& pTriple) function in class:mcld::MipsGNUInfo
20 void MipsGNUInfo::setABIVersion(uint8_t ver) {
24 void MipsGNUInfo::setElfFlags(uint64_t flags) {
28 uint32_t MipsGNUInfo::machine() const {
32 uint8_t MipsGNUInfo::ABIVersion() const {
36 uint64_t MipsGNUInfo
[all...]

Completed in 55 milliseconds