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

/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp1 //===- PLT.cpp ------------------------------------------------------------===//
10 #include <mcld/Target/PLT.h>
34 // PLT
36 PLT::PLT(LDSection& pSection, SectionData& pSectionData) function in class:PLT
42 PLT::~PLT()
/frameworks/compile/mclinker/include/mcld/Target/
H A DPLT.h1 //===- PLT.h --------------------------------------------------------------===//
55 /** \class PLT
58 class PLT class in namespace:mcld
61 PLT(LDSection& pSection, SectionData& pSectionData);
62 virtual ~PLT();

Completed in 1050 milliseconds