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

  /frameworks/compile/mclinker/lib/Target/
PLT.cpp 1 //===- PLT.cpp ------------------------------------------------------------===//
9 #include <mcld/Target/PLT.h>
32 // PLT
33 PLT::PLT(LDSection& pSection, llvm::MCSectionData& pSectionData)
39 PLT::~PLT()
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 1 //===- PLT.h --------------------------------------------------------------===//
53 /** \class PLT
56 class PLT
59 PLT(LDSection& pSection, llvm::MCSectionData& pSectionData);
60 virtual ~PLT();

Completed in 43 milliseconds