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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h 1 //===- MipsLA25Stub.h -----------------------------------------------------===//
21 // MipsLA25Stub
23 /** \class MipsLA25Stub
26 class MipsLA25Stub : public Stub
29 MipsLA25Stub(const MipsGNULDBackend& pTarget);
43 MipsLA25Stub(const MipsLA25Stub&);
44 MipsLA25Stub& operator=(const MipsLA25Stub&);
46 MipsLA25Stub(const MipsGNULDBackend& pTarget
    [all...]
MipsLA25Stub.cpp 1 //===- MipsLA25Stub.cpp ---------------------------------------------------===//
10 #include "MipsLA25Stub.h"
34 // MipsLA25Stub
37 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget)
48 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget,
62 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc,
83 const std::string& MipsLA25Stub::name() const
88 const uint8_t* MipsLA25Stub::getContent() cons
    [all...]

Completed in 169 milliseconds