Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h84 FakeSection ltoTextSection;
85 FakeSection ltoDataSection;
H A DChunks.h959 class FakeSection {
961 FakeSection(int c) { section.Characteristics = c; } in FakeSection() function