Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.h27 class CommonChunk; variable
DChunks.cpp644 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk