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 -----------------------------------------------------===//
20 // MipsLA25Stub
22 /** \class MipsLA25Stub
25 class MipsLA25Stub : public Stub {
27 explicit MipsLA25Stub(const MipsGNULDBackend& pTarget);
41 MipsLA25Stub(const MipsLA25Stub&);
42 MipsLA25Stub& operator=(const MipsLA25Stub&);
44 MipsLA25Stub(const MipsGNULDBackend& pTarget
    [all...]
MipsLA25Stub.cpp 1 //===- MipsLA25Stub.cpp ---------------------------------------------------===//
10 #include "MipsLA25Stub.h"
34 // MipsLA25Stub
37 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget)
47 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget,
57 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc,
77 const std::string& MipsLA25Stub::name() const {
81 const uint8_t* MipsLA25Stub::getContent() const
    [all...]

Completed in 38 milliseconds