Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.h114 ArrayRef<SectionChunk *> getDebugChunks() { return DebugChunks; } in getDebugChunks()
200 std::vector<SectionChunk *> DebugChunks; variable
H A DInputFiles.cpp201 DebugChunks.push_back(C); in readSection()