Searched refs:AppendEhFrame (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h341 /// AppendEhFrame - To append a fragment to a EhFrame.
351 static uint64_t AppendEhFrame(Fragment& pFrag, EhFrame& pEhFrame);
353 /// AppendEhFrame - To append a FDE to the given EhFrame pEhFram.
363 static uint64_t AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame);
365 /// AppendEhFrame - To append a CIE to the given EhFrame pEhFram.
375 static uint64_t AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp417 /// AppendEhFrame - To append a fragment to EhFrame.
418 uint64_t IRBuilder::AppendEhFrame(Fragment& pFrag, EhFrame& pEhFrame) function in class:IRBuilder
427 /// AppendEhFrame - To append a FDE to the given EhFrame pEhFram.
428 uint64_t IRBuilder::AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame) function in class:IRBuilder
435 /// AppendEhFrame - To append a CIE to the given EhFrame pEhFram.
436 uint64_t IRBuilder::AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame) function in class:IRBuilder

Completed in 30 milliseconds