Searched refs:symSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp96 size_t symSize = cast<ObjFile>(file)->getCOFFObj()->getSymbolTableEntrySize(); local
97 if (symSize == sizeof(coff_symbol16))
99 assert(symSize == sizeof(coff_symbol32));
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp580 uint64_t symSize = ss.getSize(); local
581 if (symSize == 0 || ss.alignment == 0)
588 make<BssSection>(isRO ? ".bss.rel.ro" : ".bss", symSize, ss.alignment);

Completed in 148 milliseconds