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

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 1 //===- ObjectBuilder.h ----------------------------------------------------===//
31 /** \class ObjectBuilder
32 * \brief ObjectBuilder recieve ObjectAction and build the mcld::Module.
34 class ObjectBuilder
37 ObjectBuilder(const LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 1 //===- ObjectBuilder.cpp --------------------------------------------------===//
9 #include <mcld/Object/ObjectBuilder.h>
29 // ObjectBuilder
31 ObjectBuilder::ObjectBuilder(const LinkerConfig& pConfig, Module& pTheModule)
36 LDSection* ObjectBuilder::CreateSection(const std::string& pName,
52 LDSection* ObjectBuilder::MergeSection(LDSection& pInputSection)
103 bool ObjectBuilder::MoveSectionData(SectionData& pFrom, SectionData& pTo)
140 void ObjectBuilder::UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom)
147 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag
    [all...]

Completed in 422 milliseconds