Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h49 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp302 sa.isSection() ? x->getOffset(addA) : x->getOffset(da->value) + addA; in constantEq()
304 sb.isSection() ? y->getOffset(addB) : y->getOffset(db->value) + addB; in constantEq()
H A DSymbols.cpp103 if (d.isSection()) in getSymVA()
117 if (d.isSection()) in getSymVA()
H A DCallGraphSort.cpp261 if (!sym->isSection()) // Filter out section-type symbols here. in run()
H A DMapFile.cpp61 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
H A DMarkLive.cpp109 if (d->isSection()) in resolveReloc()
H A DRelocations.cpp104 if (!rel.sym->isSection()) in reportRangeError()
118 if (rel.sym && !rel.sym->isSection()) in reportRangeError()
1496 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanOne()
2420 if (!sym.isSection()) in scanCrossRefs()
H A DSymbols.h364 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
H A DWriter.cpp422 if (sym.isSection()) in shouldKeepInSymtab()
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp229 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h382 return (isExternal() || isSection()) && in isCommon()
413 bool isSection() const { in isSection() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1320 if (Sym.isSection()) in isInSymtab()
1726 assert(WS.isSection()); in writeOneObject()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp388 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
H A DARM.cpp500 if (s.isSection()) { in stateChangeWarning()