Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp197 .Case("debug_frame", MC->getObjectFileInfo()->getDwarfFrameSection()) in emitSectionContents()
789 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
800 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h280 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1879 : *MOFI->getDwarfFrameSection(); in Emit()