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 320 /// AppendEhFrame - To append a fragment to a EhFrame.
330 static uint64_t AppendEhFrame(Fragment& pFrag, EhFrame& pEhFrame);
332 /// AppendEhFrame - To append a FDE to the given EhFrame pEhFram.
342 static uint64_t AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame);
344 /// AppendEhFrame - To append a CIE to the given EhFrame pEhFram.
354 static uint64_t AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 373 /// AppendEhFrame - To append a fragment to EhFrame.
374 uint64_t IRBuilder::AppendEhFrame(Fragment& pFrag, EhFrame& pEhFrame) {
381 /// AppendEhFrame - To append a FDE to the given EhFrame pEhFram.
382 uint64_t IRBuilder::AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame) {
388 /// AppendEhFrame - To append a CIE to the given EhFrame pEhFram.
389 uint64_t IRBuilder::AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame) {

Completed in 33 milliseconds