Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.h139 ArrayRef<SectionChunk *> getSXDataChunks() { return sxDataChunks; } in getSXDataChunks()
285 std::vector<SectionChunk *> sxDataChunks; variable
H A DInputFiles.cpp262 sxDataChunks.push_back(c); in readSection()