Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp846 class UnrelocatedDebugSubsection : public DebugSubsection { class
848 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection() function in __anon49229aa50711::UnrelocatedDebugSubsection
862 Error UnrelocatedDebugSubsection::commit(BinaryStreamWriter &writer) const { in commit()
896 std::make_shared<UnrelocatedDebugSubsection>(ss.kind(), debugChunk, in addUnrelocatedSubsection()