Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp196 .Case("debug_frame", MC->getObjectFileInfo()->getDwarfFrameSection()) in emitSectionContents()
776 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
787 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h266 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1883 : *MOFI->getDwarfFrameSection(); in Emit()