Home
last modified time | relevance | path

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

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