Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp145 class CVDebugRecordChunk : public NonSectionChunk { class
147 CVDebugRecordChunk(const COFFLinkerContext &c) : ctx(c) {} in CVDebugRecordChunk() function in __anondf352f5d0111::CVDebugRecordChunk
298 CVDebugRecordChunk *buildId = nullptr;
1122 buildId = make<CVDebugRecordChunk>(ctx); in createMiscChunks()