Home
last modified time | relevance | path

Searched defs:debugChunk (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp167 SectionChunk *debugChunk = nullptr; member
548 void PDBLinker::writeSymbolRecord(SectionChunk *debugChunk, in writeSymbolRecord()
576 SectionChunk *debugChunk, uint32_t &moduleSymOffset, in analyzeSymbolSubsection()
749 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
840 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection()
848 SectionChunk *debugChunk; member in __anon94582cee0711::UnrelocatedDebugSubsection
881 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
892 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
946 SectionChunk *debugChunk = subsec.debugChunk; in finish() local
1012 static ArrayRef<uint8_t> relocateDebugChunk(SectionChunk &debugChunk) { in relocateDebugChunk()