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.h413 class SectionChunkEC final : public SectionChunk {
417 SectionChunkEC(ObjFile *file, const coff_section *header) in SectionChunkEC() function
941 if (auto *c = dyn_cast<const SectionChunkEC>(this)) in getEntryThunk()
947 if (auto c = dyn_cast<SectionChunkEC>(this)) in setEntryThunk()
H A DInputFiles.cpp424 c = make<SectionChunkEC>(this, sec); in readSection()