Searched refs:isSection (Results 1 – 14 of 14) sorted by relevance
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()
249 if (!sym->isSection()) // Filter out section-type symbols here. in run()
104 if (d->isSection()) in resolveReloc()
60 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
287 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
703 if (sym.isSection()) in shouldKeepInSymtab()1555 auto isSection = [](BaseCommand *base) { return isa<OutputSection>(base); }; in sortSections() local1557 llvm::find_if(script->sectionCommands, isSection), in sortSections()1558 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
94 if (d.isSection()) { in getSymVA()
1354 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanReloc()
49 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
226 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
385 if (s.isSection()) { in stateChangeWarning()
335 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
1267 if (Sym.isSection()) in isInSymtab()1665 assert(WS.isSection()); in writeOneObject()
413 bool isSection() const { in isSection() function