Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp276 LDSection* eh_sect = pModule.getSection(".eh_frame"); in addEhFrameForPLT() local
277 if (!eh_sect || !eh_sect->hasEhFrame()) in addEhFrameForPLT()
280 EhFrame* eh_frame = eh_sect->getEhFrame(); in addEhFrameForPLT()