Home
last modified time | relevance | path

Searched refs:isSection (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbolWasm.h48 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
/llvm-project-15.0.7/lld/ELF/
H A DICF.cpp301 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()
H A DSymbols.cpp98 if (d.isSection()) in getSymVA()
112 if (d.isSection()) in getSymVA()
H A DCallGraphSort.cpp250 if (!sym->isSection()) // Filter out section-type symbols here. in run()
H A DMarkLive.cpp103 if (d->isSection()) in resolveReloc()
H A DMapFile.cpp61 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
H A DSymbols.h316 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
H A DRelocations.cpp102 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()
H A DWriter.cpp646 if (sym.isSection()) in shouldKeepInSymtab()
1469 auto isSection = [](SectionCommand *cmd) { return isa<OutputDesc>(cmd); }; in sortSections() local
1471 llvm::find_if(script->sectionCommands, isSection), in sortSections()
1472 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
/llvm-project-15.0.7/lld/COFF/
H A DCallGraphSort.cpp227 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DARM.cpp405 if (s.isSection()) { in stateChangeWarning()
H A DPPC64.cpp330 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1325 if (Sym.isSection()) in isInSymtab()
1722 assert(WS.isSection()); in writeOneObject()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h413 bool isSection() const { in isSection() function