Searched refs:hasRelocData (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp29 assert(!pSection.hasRelocData() &&
H A DGNULDBackend.cpp2318 ((*it)->hasRelocData() &&
2542 if (!output_sect->hasRelocData())
2877 if (pSection.hasRelocData())
/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp92 bool LDSection::hasRelocData() const { function in class:mcld::LDSection
H A DGarbageCollection.cpp139 (!reloc_sect->hasRelocData()))
H A DIdenticalCodeFolding.cpp234 if (reloc_sect != NULL && reloc_sect->hasRelocData()) {
H A DELFObjectWriter.cpp386 assert(pSection.hasRelocData());
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h146 bool hasRelocData() const;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp354 if (!(*sect)->hasRelocData())
593 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
797 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
881 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp573 (!reloc_sect->hasRelocData()))
828 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp381 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp294 assert(!pSection.hasRelocData() && "pSection already has relocation data.");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp556 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp812 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData())

Completed in 209 milliseconds