Home
last modified time | relevance | path

Searched defs:CommonChunk (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h26 class CommonChunk; variable
H A DChunks.cpp759 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk