Searched refs:hasEhFrame (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp60 if (m_EhFrame.hasEhFrame())
136 if (m_EhFrame.hasEhFrame())
H A DLDSection.cpp104 bool LDSection::hasEhFrame() const function in class:LDSection
H A DELFObjectWriter.cpp400 assert(pSection.hasEhFrame());
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h172 bool hasEhFrame() const;
H A DELFFileFormat.h138 bool hasEhFrame() const function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp87 if (pSection.hasEhFrame())
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp84 if (target->hasEhFrame())
H A DObjectLinker.cpp337 if (!(*sect)->hasEhFrame())
641 if (eh_frame_sect && eh_frame_sect->hasEhFrame())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp301 if (!eh_sect || !eh_sect->hasEhFrame())
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp315 assert(!pSection.hasEhFrame() && "pSection already has eh_frame.");
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp241 if (!section->hasEhFrame())
2410 ((*it)->hasEhFrame() &&
2577 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) {
2690 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) {

Completed in 189 milliseconds