Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h48 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
/openbsd/gnu/llvm/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.cpp105 if (d.isSection()) in getSymVA()
119 if (d.isSection()) in getSymVA()
H A DCallGraphSort.cpp250 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.cpp103 if (d->isSection()) in resolveReloc()
H A DSymbols.h335 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
H A DWriter.cpp635 if (sym.isSection()) in shouldKeepInSymtab()
1461 auto isSection = [](SectionCommand *cmd) { return isa<OutputDesc>(cmd); }; in sortSections() local
1463 llvm::find_if(script->sectionCommands, isSection), in sortSections()
1464 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
H A DRelocations.cpp102 if (rel.sym && !rel.sym->isSection()) in reportRangeError()
106 if (rel.sym && !rel.sym->isSection()) in reportRangeError()
1411 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanOne()
/openbsd/gnu/llvm/lld/COFF/
H A DCallGraphSort.cpp229 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h382 return (isExternal() || isSection()) && in isCommon()
413 bool isSection() const { in isSection() function
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp407 if (s.isSection()) { in stateChangeWarning()
H A DPPC64.cpp372 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1322 if (Sym.isSection()) in isInSymtab()
1715 assert(WS.isSection()); in writeOneObject()