Searched refs:hasSectionData (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp87 bool LDSection::hasSectionData() const { function in class:mcld::LDSection
H A DBranchIslandFactory.cpp43 if (((*sect)->kind() == LDFileFormat::TEXT) && (*sect)->hasSectionData()) {
H A DIdenticalCodeFolding.cpp217 assert(sect != NULL && sect->hasSectionData());
H A DELFObjectWriter.cpp393 assert(pSection.hasSectionData());
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h138 bool hasSectionData() const;
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp102 if (!target->hasSectionData())
H A DObjectLinker.cpp389 if (!(*sect)->hasSectionData())
427 assert(target != NULL && target->hasSectionData());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp281 if (&pSection == m_psdata && m_psdata->hasSectionData()) {
600 if (bss_sect.hasSectionData())
606 if (tbss_sect.hasSectionData())
1195 if (!m_psdata->hasSectionData()) {
H A DMipsRelocator.cpp493 SectionData* bssData = bssSectHdr->hasSectionData()
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp477 if (m_pEXIDX->hasSectionData()) {
502 if (!m_pEXIDX->hasSectionData()) {
709 if (!m_pEXIDX->hasSectionData()) {
H A DARMRelocator.cpp349 if (bss_sect_hdr->hasSectionData())
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp699 if (!m_psdata->hasSectionData()) {
765 if (bss_sect.hasSectionData())
771 if (tbss_sect.hasSectionData())
H A DHexagonRelocator.cpp421 if (bss_sect_hdr->hasSectionData())
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp285 assert(!pSection.hasSectionData() && "pSection already has section data.");
321 assert(!pSection.hasSectionData() && "pSection already has section data.");
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp319 if (((*sect)->kind() == LDFileFormat::TEXT) && (*sect)->hasSectionData()) {
H A DAArch64Relocator.cpp118 if (bss_sect_hdr->hasSectionData())
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp231 if (!section->hasSectionData())
1522 if (bss_sect.hasSectionData())
1528 if (tbss_sect.hasSectionData())
2334 ((*it)->hasSectionData() &&
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp216 if (bss_sect_hdr->hasSectionData())

Completed in 469 milliseconds