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

  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 87 bool LDSection::hasSectionData() const {
BranchIslandFactory.cpp 43 if (((*sect)->kind() == LDFileFormat::TEXT) && (*sect)->hasSectionData()) {
IdenticalCodeFolding.cpp 217 assert(sect != NULL && sect->hasSectionData());
ELFObjectWriter.cpp 393 assert(pSection.hasSectionData());
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 138 bool hasSectionData() const;
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 102 if (!target->hasSectionData())
ObjectLinker.cpp 389 if (!(*sect)->hasSectionData())
427 assert(target != NULL && target->hasSectionData());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 281 if (&pSection == m_psdata && m_psdata->hasSectionData()) {
600 if (bss_sect.hasSectionData())
606 if (tbss_sect.hasSectionData())
    [all...]
MipsRelocator.cpp 493 SectionData* bssData = bssSectHdr->hasSectionData()
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 477 if (m_pEXIDX->hasSectionData()) {
502 if (!m_pEXIDX->hasSectionData()) {
709 if (!m_pEXIDX->hasSectionData()) {
    [all...]
ARMRelocator.cpp 349 if (bss_sect_hdr->hasSectionData())
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 699 if (!m_psdata->hasSectionData()) {
765 if (bss_sect.hasSectionData())
771 if (tbss_sect.hasSectionData())
    [all...]
HexagonRelocator.cpp 421 if (bss_sect_hdr->hasSectionData())
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 285 assert(!pSection.hasSectionData() && "pSection already has section data.");
321 assert(!pSection.hasSectionData() && "pSection already has section data.");
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 319 if (((*sect)->kind() == LDFileFormat::TEXT) && (*sect)->hasSectionData()) {
AArch64Relocator.cpp 118 if (bss_sect_hdr->hasSectionData())
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 231 if (!section->hasSectionData())
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 216 if (bss_sect_hdr->hasSectionData())
    [all...]

Completed in 770 milliseconds