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

/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp59 if (m_EhFrame.hasEhFrame())
135 if (m_EhFrame.hasEhFrame())
H A DLDSection.cpp97 bool LDSection::hasEhFrame() const { function in class:mcld::LDSection
H A DELFObjectWriter.cpp389 assert(pSection.hasEhFrame());
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h154 bool hasEhFrame() const;
H A DELFFileFormat.h154 bool hasEhFrame() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp83 if (pSection.hasEhFrame())
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp81 if (target->hasEhFrame())
H A DObjectLinker.cpp369 if (!(*sect)->hasEhFrame())
676 if (eh_frame_sect && eh_frame_sect->hasEhFrame())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp277 if (!eh_sect || !eh_sect->hasEhFrame())
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp303 assert(!pSection.hasEhFrame() && "pSection already has eh_frame.");
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp227 if (!section->hasEhFrame())
2306 ((*it)->hasEhFrame() &&
2474 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) {
2579 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) {

Completed in 246 milliseconds