Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp55 Section == FI->getDwarfFrameSection() || in isDwarfSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp246 return MC->getObjectFileInfo()->getDwarfFrameSection(); in getMCSection()
1247 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
1258 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h279 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1889 : *MOFI->getDwarfFrameSection(); in Emit()