Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp175 SectionChunk *debugChunk = nullptr; member
558 void PDBLinker::writeSymbolRecord(SectionChunk *debugChunk, in writeSymbolRecord()
585 SectionChunk *debugChunk, uint32_t &moduleSymOffset, in analyzeSymbolSubsection()
758 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
848 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection()
856 SectionChunk *debugChunk; member in __anon49229aa50711::UnrelocatedDebugSubsection
889 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
900 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
953 SectionChunk *debugChunk = subsec.debugChunk; in finish() local
1019 static ArrayRef<uint8_t> relocateDebugChunk(SectionChunk &debugChunk) { in relocateDebugChunk()