Searched refs:addCIE (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | EhFrameReader.cpp | 119 { addCIE, reject, addTerm, reject}, // Q0 in read() 120 { addCIE, addFDE, addTerm, reject}, // Q1 in read() 162 bool EhFrameReader::addCIE(EhFrame& pEhFrame, in addCIE() function in EhFrameReader 305 pEhFrame.addCIE(*cie); in addCIE()
|
D | EhFrame.cpp | 102 void EhFrame::addCIE(EhFrame::CIE& pCIE) in addCIE() function in EhFrame
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | EhFrameReader.h | 80 static bool addCIE(EhFrame& pEhFrame,
|
D | EhFrame.h | 113 void addCIE(CIE& pCIE);
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 426 pEhFrame.addCIE(pCIE); in AppendEhFrame()
|