Searched refs:debugRecords (Results 1 – 1 of 1) sorted by relevance
268 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords; member in __anon30533fc50111::Writer968 make<DebugDirectoryChunk>(ctx, debugRecords, config->repro); in createMiscChunks()979 debugRecords.push_back({COFF::IMAGE_DEBUG_TYPE_CODEVIEW, buildId}); in createMiscChunks()983 debugRecords.push_back({COFF::IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS, in createMiscChunks()989 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords) { in createMiscChunks()