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

  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 146 /// AppendFragment - To append pFrag to the given SectionData pSD.
147 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag,
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 365 ObjectBuilder::AppendFragment(*frag, *sect_data);
401 /// AppendFragment - To append pFrag to the given SectionData pSD
402 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD)
404 uint64_t size = ObjectBuilder::AppendFragment(pFrag,
420 uint64_t size = ObjectBuilder::AppendFragment(pFrag,

Completed in 38 milliseconds