Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp843 class UnrelocatedDebugSubsection : public DebugSubsection { class
845 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection() function in __anon94582cee0711::UnrelocatedDebugSubsection
859 Error UnrelocatedDebugSubsection::commit(BinaryStreamWriter &writer) const { in commit()
893 std::make_shared<UnrelocatedDebugSubsection>(ss.kind(), debugChunk, in addUnrelocatedSubsection()