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

/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinker.h1 //===- SectLinker.h -------------------------------------------------------===//
10 //SectLinker is a base class inherited by target specific linker.
39 /** \class SectLinker
40 * \brief SectLinker provides a linking pass for standard compilation flow
42 * SectLinker is responded for
48 * SectLinker resolves the absolue paths of input arguments.
52 class SectLinker : public llvm::MachineFunctionPass class in namespace:mcld
55 // Constructor. Although SectLinker has only two arguments,
61 SectLinker(SectLinkerOption &pOption,
65 virtual ~SectLinker();
[all...]
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp1 //===- SectLinker.cpp -----------------------------------------------------===//
10 // This file implements the SectLinker class.
23 #include <mcld/CodeGen/SectLinker.h>
37 char SectLinker::m_ID = 0;
42 // SectLinker
43 SectLinker::SectLinker(SectLinkerOption &pOption, function in class:SectLinker
54 SectLinker::~SectLinker()
61 // SectLinker
[all...]

Completed in 936 milliseconds