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

/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp1 //===- PLT.cpp ------------------------------------------------------------===//
9 #include "mcld/Target/PLT.h"
18 // PLT
20 PLT::PLT(LDSection& pSection) : m_Section(pSection) { function in class:mcld::PLT
24 PLT::~PLT() {
/frameworks/compile/mclinker/include/mcld/Target/
H A DPLT.h1 //===- PLT.h --------------------------------------------------------------===//
22 * \brief PLTEntryDefaultBase provides the default interface for PLT Entry
42 /** \class PLT
45 class PLT { class in namespace:mcld
64 explicit PLT(LDSection& pSection);
66 virtual ~PLT();

Completed in 780 milliseconds