Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp95 class DebugDirectoryChunk : public NonSectionChunk { class
97 DebugDirectoryChunk(const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk() function in __anone9849d490111::DebugDirectoryChunk
273 DebugDirectoryChunk *debugDirectory = nullptr;
967 debugDirectory = make<DebugDirectoryChunk>(debugRecords, config->repro); in createMiscChunks()