HomeSort by relevance Sort by last modified time
    Searched refs:addFDE (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 73 static bool addFDE(EhFrame& pEhFrame,
EhFrame.h 190 /// addFDE - add a FDE entry in EhFrame
191 void addFDE(FDE& pFDE, bool pAlsoAddFragment = true);
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 117 {addCIE, addFDE, addTerm, reject}, // Q1
333 bool EhFrameReader::addFDE(EhFrame& pEhFrame,
350 pEhFrame.addFDE(*fde);
EhFrame.cpp 145 void EhFrame::addFDE(EhFrame::FDE& pFDE, bool pAlsoAddFragment) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 311 eh_frame->addFDE(*fde);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 383 pEhFrame.addFDE(pFDE);

Completed in 69 milliseconds