Searched refs:isSection (Results 1 – 16 of 16) sorted by relevance
49 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
133 if (d->isSection()) in resolveReloc()147 if (TrackWhyLive && d->isSection()) { in resolveReloc()
303 sa.isSection() ? x->getOffset(addA) : x->getOffset(da->value) + addA; in constantEq()305 sb.isSection() ? y->getOffset(addB) : y->getOffset(db->value) + addB; in constantEq()
91 if (d.isSection()) in getSymVA()105 if (d.isSection()) in getSymVA()
263 if (!sym->isSection()) // Filter out section-type symbols here. in run()
60 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
361 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
96 if (!rel.sym->isSection()) in reportRangeError()110 if (rel.sym && !rel.sym->isSection()) in reportRangeError()1555 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanOne()2584 if (!sym.isSection()) in scanCrossRefs()
439 if (sym.isSection()) in shouldKeepInSymtab()
229 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
559 if (sym.isSection()) { in createRegular()
1187 if (r.sym->isSection()) in getControlTransferAddend()1220 if (r1.sym->isSection()) in redirectControlTransferRelocations()
386 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
503 if (s.isSection()) { in stateChangeWarning()
397 return isSection() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED; in isEmptySectionDeclaration()422 bool isSection() const { in isSection() function
1297 if (Sym.isSection()) in isInSymtab()1703 assert(WS.isSection()); in writeOneObject()