Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DWriter.cpp274 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords; member in __anon8c8ce84c0111::Writer
966 debugDirectory = make<DebugDirectoryChunk>(debugRecords, config->repro); in createMiscChunks()
977 debugRecords.push_back({COFF::IMAGE_DEBUG_TYPE_CODEVIEW, buildId}); in createMiscChunks()
981 debugRecords.push_back({COFF::IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS, in createMiscChunks()
987 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords) { in createMiscChunks()