Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h94 struct SectionDescriptorBase { struct
95 SectionDescriptorBase(DebugSectionKind SectionKind, dwarf::FormParams Format, in SectionDescriptorBase() function
98 virtual ~SectionDescriptorBase() = default;
119 std::function<void(std::shared_ptr<SectionDescriptorBase> Section)>; argument
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h152 struct SectionDescriptor : SectionDescriptorBase {
157 : SectionDescriptorBase(SectionKind, Format, Endianess), OS(Contents), in SectionDescriptor()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp352 [&](std::shared_ptr<dwarf_linker::parallel::SectionDescriptorBase> in linkDebugInfoImpl()