Home
last modified time | relevance | path

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

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