Searched refs:isSection (Results 1 – 14 of 14) sorted by relevance
48 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
301 sa.isSection() ? x->getOffset(addA) : x->getOffset(da->value) + addA; in constantEq()303 sb.isSection() ? y->getOffset(addB) : y->getOffset(db->value) + addB; in constantEq()
98 if (d.isSection()) in getSymVA()112 if (d.isSection()) in getSymVA()
250 if (!sym->isSection()) // Filter out section-type symbols here. in run()
103 if (d->isSection()) in resolveReloc()
61 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
316 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
102 if (rel.sym && !rel.sym->isSection()) in reportRangeError()106 if (rel.sym && !rel.sym->isSection()) in reportRangeError()1343 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanOne()
646 if (sym.isSection()) in shouldKeepInSymtab()1469 auto isSection = [](SectionCommand *cmd) { return isa<OutputDesc>(cmd); }; in sortSections() local1471 llvm::find_if(script->sectionCommands, isSection), in sortSections()1472 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
227 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
405 if (s.isSection()) { in stateChangeWarning()
330 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
1325 if (Sym.isSection()) in isInSymtab()1722 assert(WS.isSection()); in writeOneObject()
413 bool isSection() const { in isSection() function