Searched refs:isSection (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h45 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } function in class:llvm::MCSymbolWasm
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DICF.cpp298 sa.isSection() ? x->getOffset(addA) : x->getOffset(da->value) + addA;
300 sb.isSection() ? y->getOffset(addB) : y->getOffset(db->value) + addB;
H A DCallGraphSort.cpp249 if (!sym->isSection()) // Filter out section-type symbols here.
H A DMapFile.cpp59 if (!dr->isSection() && dr->section && dr->section->isLive() &&
H A DMarkLive.cpp104 if (d->isSection())
H A DSymbols.h276 bool isSection() const { return type == llvm::ELF::STT_SECTION; } function in class:lld::elf::Symbol
H A DSymbols.cpp95 if (d.isSection()) {
H A DWriter.cpp694 if (sym.isSection())
1514 auto isSection = [](BaseCommand *base) { return isa<OutputSection>(base); }; local
1516 llvm::find_if(script->sectionCommands, isSection),
1517 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(),
H A DRelocations.cpp1324 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1170 if (Sym.isSection())
1501 assert(WS.isSection());
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp400 if (s.isSection()) {
H A DPPC64.cpp244 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc")
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h413 bool isSection() const { function in class:llvm::object::COFFSymbolRef

Completed in 275 milliseconds