Home
last modified time | relevance | path

Searched refs:FakeSectionChunk (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h86 FakeSectionChunk ltoTextSectionChunk;
87 FakeSectionChunk ltoDataSectionChunk;
H A DChunks.h967 class FakeSectionChunk {
969 FakeSectionChunk(const coff_section *section) : chunk(nullptr, section) { in FakeSectionChunk() function