Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp222 std::vector<Chunk *> DebugRecords; member in __anon341a1c240111::Writer
815 DebugDirectory = make<DebugDirectoryChunk>(DebugRecords, Config->Repro); in createMiscChunks()
825 DebugRecords.push_back(BuildId); in createMiscChunks()
827 for (Chunk *C : DebugRecords) in createMiscChunks()