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

  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 327 /// AppendEhFrame - To append a fragment to a EhFrame.
337 static uint64_t AppendEhFrame(Fragment& pFrag, EhFrame& pEhFrame);
339 /// AppendEhFrame - To append a FDE to the given EhFrame pEhFram.
349 static uint64_t AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame);
351 /// AppendEhFrame - To append a CIE to the given EhFrame pEhFram.
361 static uint64_t AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 379 /// AppendEhFrame - To append a fragment to EhFrame.
380 uint64_t IRBuilder::AppendEhFrame(Fragment& pFrag, EhFrame& pEhFrame)
389 /// AppendEhFrame - To append a FDE to the given EhFrame pEhFram.
390 uint64_t IRBuilder::AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame)
397 /// AppendEhFrame - To append a CIE to the given EhFrame pEhFram.
398 uint64_t IRBuilder::AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame)

Completed in 139 milliseconds