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 168 /// AppendFragment - To append pFrag to the given SectionData pSD.
169 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag,
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 334 ObjectBuilder::AppendFragment(*frag, *sect_data);
363 /// AppendFragment - To append pFrag to the given SectionData pSD
364 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD)
366 uint64_t size = ObjectBuilder::AppendFragment(pFrag,
382 uint64_t size = ObjectBuilder::AppendFragment(pFrag,

Completed in 377 milliseconds