Home
last modified time | relevance | path

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

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