Home
last modified time | relevance | path

Searched refs:GeneratedCIE (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DEhFrame.h151 class GeneratedCIE : public CIE {
153 explicit GeneratedCIE(llvm::StringRef pRegion);
154 ~GeneratedCIE();
/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp72 EhFrame::GeneratedCIE::GeneratedCIE(llvm::StringRef pRegion) in GeneratedCIE() function in mcld::EhFrame::GeneratedCIE
76 EhFrame::GeneratedCIE::~GeneratedCIE() { in ~GeneratedCIE()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp285 EhFrame::CIE* cie = new EhFrame::GeneratedCIE(cie_region); in addEhFrameForPLT()