Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1041 class FakeSection { class
1043 FakeSection(int c) { section.Characteristics = c; } in FakeSection() function in __anond094cf4f0311::FakeSection
1061 FakeSection ltoTextSection(IMAGE_SCN_MEM_EXECUTE);
1062 FakeSection ltoDataSection(IMAGE_SCN_CNT_INITIALIZED_DATA);