Searched refs:addFDE (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h73 static bool addFDE(EhFrame& pEhFrame,
H A DEhFrame.h190 /// addFDE - add a FDE entry in EhFrame
191 void addFDE(FDE& pFDE, bool pAlsoAddFragment = true);
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp117 {addCIE, addFDE, addTerm, reject}, // Q1
329 bool EhFrameReader::addFDE(EhFrame& pEhFrame, function in class:mcld::EhFrameReader
346 pEhFrame.addFDE(*fde);
H A DEhFrame.cpp145 void EhFrame::addFDE(EhFrame::FDE& pFDE, bool pAlsoAddFragment) { function in class:mcld::EhFrame
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp311 eh_frame->addFDE(*fde);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp383 pEhFrame.addFDE(pFDE);

Completed in 311 milliseconds