Home
last modified time | relevance | path

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

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