Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp840 class UnrelocatedDebugSubsection : public DebugSubsection { class
842 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection() function in __anona4e0361e0711::UnrelocatedDebugSubsection
856 Error UnrelocatedDebugSubsection::commit(BinaryStreamWriter &writer) const { in commit()
889 std::make_shared<UnrelocatedDebugSubsection>(ss.kind(), debugChunk, in addUnrelocatedSubsection()