Searched refs:hasSectionData (Results 1 - 18 of 18) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h138 bool hasSectionData() const;
/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/LD/
H A DBranchIslandFactory.cpp43 if (text != NULL && text->hasSectionData()) {
H A DELFObjectWriter.cpp393 assert(pSection.hasSectionData());
H A DIdenticalCodeFolding.cpp217 assert(sect != NULL && sect->hasSectionData());
H A DLDSection.cpp87 bool LDSection::hasSectionData() const { function in class:mcld::LDSection
/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/AArch64/
H A DAArch64Relocator.cpp116 if (bss_sect_hdr->hasSectionData())
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp228 if (!m_pEXIDX->hasSectionData()) {
H A DARMLDBackend.cpp406 if (m_pEXIDX->hasSectionData()) {
431 if (!m_pEXIDX->hasSectionData()) {
H A DARMRelocator.cpp349 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())
2328 ((*it)->hasSectionData() &&
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp668 if (!m_psdata->hasSectionData()) {
734 if (bss_sect.hasSectionData())
740 if (tbss_sect.hasSectionData())
H A DHexagonRelocator.cpp421 if (bss_sect_hdr->hasSectionData())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp485 if (bss_sect.hasSectionData())
491 if (tbss_sect.hasSectionData())
H A DMipsRelocator.cpp459 SectionData* bssData = bssSectHdr->hasSectionData()
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp216 if (bss_sect_hdr->hasSectionData())

Completed in 227 milliseconds