Searched defs:CommonChunk (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ | ||
H A D | SymbolTable.h | 26 class CommonChunk; variable |
H A D | Chunks.cpp | 759 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk |