Searched defs:pFDE (Results 1 – 4 of 4) sorted by relevance
112 void add(FDE& pFDE) { m_FDEs.push_back(&pFDE); } in add()113 void remove(FDE& pFDE) { m_FDEs.remove(&pFDE); } in remove()
141 uint32_t EhFrameHdr::computePCBegin(const EhFrame::FDE& pFDE, in computePCBegin()
145 void EhFrame::addFDE(EhFrame::FDE& pFDE, bool pAlsoAddFragment) { in addFDE()
382 uint64_t IRBuilder::AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame) { in AppendEhFrame()