Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp309 MCSection *ReflectionSection = in emitSwiftReflectionSection() local
311 if (ReflectionSection == nullptr) in emitSwiftReflectionSection()
313 ReflectionSection->setAlignment(Align(Alignment)); in emitSwiftReflectionSection()
314 MS->switchSection(ReflectionSection); in emitSwiftReflectionSection()