Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp365 auto ReflSectionKind = in calculateStartOfStrippableReflectionSections() local
367 switch (ReflSectionKind) { in calculateStartOfStrippableReflectionSections()
432 auto ReflSectionKind = in collectRelocationsToApplyToSwiftReflectionSections() local
436 SectionToOffsetInDwarf[ReflSectionKind]; in collectRelocationsToApplyToSwiftReflectionSections()
485 auto ReflSectionKind = in collectRelocationsToApplyToSwiftReflectionSections() local
488 SectionToOffsetInDwarf[ReflSectionKind] + It->getOffset(); in collectRelocationsToApplyToSwiftReflectionSections()
520 auto ReflSectionKind = in copySwiftReflectionMetadata() local
522 if (MO->isReflectionSectionStrippable(ReflSectionKind)) in copySwiftReflectionMetadata()
523 SwiftSections[ReflSectionKind] = Section; in copySwiftReflectionMetadata()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h441 llvm::binaryformat::Swift5ReflectionSectionKind ReflSectionKind) { in getSwift5ReflectionSection() argument
442 return ReflSectionKind != in getSwift5ReflectionSection()
444 ? Swift5ReflectionSections[ReflSectionKind] in getSwift5ReflectionSection()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h92 llvm::binaryformat::Swift5ReflectionSectionKind ReflSectionKind,
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp307 llvm::binaryformat::Swift5ReflectionSectionKind ReflSectionKind, in emitSwiftReflectionSection() argument
310 MOFI->getSwift5ReflectionSection(ReflSectionKind); in emitSwiftReflectionSection()