Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h406 class SectionChunkEC final : public SectionChunk {
410 SectionChunkEC(ObjFile *file, const coff_section *header) in SectionChunkEC() function
798 if (auto *c = dyn_cast<const SectionChunkEC>(this)) in getEntryThunk()
804 if (auto c = dyn_cast<SectionChunkEC>(this)) in setEntryThunk()
H A DInputFiles.cpp280 c = make<SectionChunkEC>(this, sec); in readSection()