Searched refs:Ignore (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp123 severity = DiagnosticEngine::Ignore;
136 severity = DiagnosticEngine::Ignore;
142 severity = DiagnosticEngine::Ignore;
152 severity = DiagnosticEngine::Ignore;
H A DELFObjectReader.cpp140 // ignore all the members in this group (set Ignore)
149 pInput.context()->getSection(value[index])->setKind(LDFileFormat::Ignore);
166 (*section)->setKind(LDFileFormat::Ignore);
182 (*section)->setKind(LDFileFormat::Ignore);
191 if (NULL == link_sect || LDFileFormat::Ignore == link_sect->kind()) {
195 (*section)->setKind(LDFileFormat::Ignore);
216 (*section)->setKind(LDFileFormat::Ignore);
262 case LDFileFormat::Ignore:
319 if (LDFileFormat::Ignore == (*rs)->kind())
H A DELFReaderIf.cpp55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
118 if (LDFileFormat::Ignore == sect_hdr->kind())
H A DGarbageCollection.cpp130 // 4. stripSections - set the unreached sections to Ignore
143 // 1. its section kind is changed to Ignore. (The target section is a
149 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
347 section->setKind(LDFileFormat::Ignore);
355 // Ignore, then set the relocation section to Ignore as well
361 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind())
362 reloc_sect->setKind(LDFileFormat::Ignore);
H A DLDSection.cpp26 m_Kind(LDFileFormat::Ignore),
H A DTextDiagnosticPrinter.cpp95 case DiagnosticEngine::Ignore: {
99 m_OStream << "Ignore: ";
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h44 Ignore, enumerator in enum:mcld::LDFileFormat::Kind
H A DDiagnosticEngine.h44 Ignore, enumerator in enum:mcld::DiagnosticEngine::Severity
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h73 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp313 case LDFileFormat::Ignore:
324 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore ||
326 (*sect)->setKind(LDFileFormat::Ignore);
423 // if the symbols defined in the Ignore sections (e.g. discared by GC), then
425 if (pInfo.outSymbol()->hasFragRef() && LDFileFormat::Ignore ==
553 // 1. its section kind is changed to Ignore. (The target section is a
557 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
750 // 1. its section kind is changed to Ignore. (The target section is a
754 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
817 // 1. its section kind is changed to Ignore
[all...]
H A DObjectBuilder.cpp64 pInputSection.setKind(LDFileFormat::Ignore);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp423 if (LDFileFormat::Ignore == pSection.getLink()->kind()) {
424 // if the target section of the .ARM.exidx is Ignore, then it should be
426 pSection.setKind(LDFileFormat::Ignore);
451 // 1. its section kind is changed to Ignore. (The target section is a
457 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
619 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp445 LDFileFormat::Ignore == pSection->kind() ||
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp588 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp728 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData())

Completed in 1678 milliseconds