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

  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 29 assert(!pSection.hasRelocData() &&
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 92 bool LDSection::hasRelocData() const {
GarbageCollection.cpp 139 (!reloc_sect->hasRelocData()))
IdenticalCodeFolding.cpp 234 if (reloc_sect != NULL && reloc_sect->hasRelocData()) {
ELFObjectWriter.cpp 386 assert(pSection.hasRelocData());
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 146 bool hasRelocData() const;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 354 if (!(*sect)->hasRelocData())
593 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
797 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 573 (!reloc_sect->hasRelocData()))
828 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 381 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 294 assert(!pSection.hasRelocData() && "pSection already has relocation data.");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 556 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 812 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData())
    [all...]

Completed in 126 milliseconds