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.cpp177 SectionChunk *debugChunk = nullptr; member
555 void PDBLinker::writeSymbolRecord(SectionChunk *debugChunk, in writeSymbolRecord()
582 SectionChunk *debugChunk, uint32_t &moduleSymOffset, in analyzeSymbolSubsection()
755 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
845 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection()
853 SectionChunk *debugChunk; member in __anon94582cee0711::UnrelocatedDebugSubsection
886 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
897 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
950 SectionChunk *debugChunk = subsec.debugChunk; in finish() local
1017 static ArrayRef<uint8_t> relocateDebugChunk(SectionChunk &debugChunk) { in relocateDebugChunk()