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

/frameworks/compile/mclinker/include/mcld/Target/
H A DPLT.h1 //===- PLT.h --------------------------------------------------------------===//
22 * \brief PLTEntryDefaultBase provides the default interface for PLT Entry
50 /** \class PLT
53 class PLT class in namespace:mcld
77 PLT(LDSection& pSection);
79 virtual ~PLT();
/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp1 //===- PLT.cpp ------------------------------------------------------------===//
10 #include <mcld/Target/PLT.h>
18 // PLT
20 PLT::PLT(LDSection& pSection) function in class:PLT
26 PLT::~PLT()

Completed in 87 milliseconds