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()
105 if (d.isSection()) in getSymVA()119 if (d.isSection()) in getSymVA()
250 if (!sym->isSection()) // Filter out section-type symbols here. in run()
61 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
103 if (d->isSection()) in resolveReloc()
335 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
635 if (sym.isSection()) in shouldKeepInSymtab()1461 auto isSection = [](SectionCommand *cmd) { return isa<OutputDesc>(cmd); }; in sortSections() local1463 llvm::find_if(script->sectionCommands, isSection), in sortSections()1464 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
102 if (rel.sym && !rel.sym->isSection()) in reportRangeError()106 if (rel.sym && !rel.sym->isSection()) in reportRangeError()1411 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanOne()
229 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
382 return (isExternal() || isSection()) && in isCommon()413 bool isSection() const { in isSection() function
407 if (s.isSection()) { in stateChangeWarning()
372 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
1322 if (Sym.isSection()) in isInSymtab()1715 assert(WS.isSection()); in writeOneObject()