Home
last modified time | relevance | path

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

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