Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h143 using OutSectionDataTy = SmallString<0>; variable
291 OutSectionDataTy Contents;
H A DOutputSections.cpp76 void SectionDescriptor::clearSectionContent() { Contents = OutSectionDataTy(); } in clearSectionContent()