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

  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 29 assert(!pSection.hasRelocData() && "Given section is not a relocation section");
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 98 bool LDSection::hasRelocData() const
ELFObjectWriter.cpp 380 assert(pSection.hasRelocData());
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 107 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
155 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
FragmentGraph.cpp 182 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 167 bool hasRelocData() const;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 343 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 324 assert(!pSection.hasRelocData() && "pSection already has relocation data.");
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp     [all...]

Completed in 201 milliseconds