Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h143 ArrayRef<SectionChunk *> getGuardEHContChunks() { return guardEHContChunks; } in getGuardEHContChunks()
290 std::vector<SectionChunk *> guardEHContChunks; variable
H A DInputFiles.cpp259 guardEHContChunks.push_back(c); in readSection()