Searched refs:isSection (Results 1 – 18 of 18) sorted by relevance
46 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
47 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()
249 if (!sym->isSection()) // Filter out section-type symbols here. in run()
60 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
104 if (d->isSection()) in resolveReloc()
285 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
94 if (d.isSection()) { in getSymVA()
703 if (sym.isSection()) in shouldKeepInSymtab()1538 auto isSection = [](BaseCommand *base) { return isa<OutputSection>(base); }; in sortSections() local1540 llvm::find_if(script->sectionCommands, isSection), in sortSections()1541 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
1342 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanReloc()
226 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
400 if (s.isSection()) { in stateChangeWarning()
335 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
1099 if (Sym.isSection()) in isInSymtab()1402 assert(WS.isSection()); in writeObject()
1203 if (Sym.isSection()) in isInSymtab()1594 assert(WS.isSection()); in writeOneObject()
392 bool isSection() const { in isSection() function
413 bool isSection() const { in isSection() function