Lines Matching full:pregion
33 EhFrame::Record::Record(llvm::StringRef pRegion) : RegionFragment(pRegion) {
43 EhFrame::CIE::CIE(llvm::StringRef pRegion)
44 : EhFrame::Record(pRegion),
57 EhFrame::FDE::FDE(llvm::StringRef pRegion, EhFrame::CIE& pCIE)
58 : EhFrame::Record(pRegion), m_pCIE(&pCIE) {
72 EhFrame::GeneratedCIE::GeneratedCIE(llvm::StringRef pRegion)
73 : EhFrame::CIE(pRegion) {
82 EhFrame::GeneratedFDE::GeneratedFDE(llvm::StringRef pRegion, CIE& pCIE)
83 : EhFrame::FDE(pRegion, pCIE) {