Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp55 Section == FI->getDwarfFrameSection() || in isDwarfSection()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp202 .Case("debug_frame", MC->getObjectFileInfo()->getDwarfFrameSection()) in emitSectionContents()
768 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
779 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h276 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1883 : *MOFI->getDwarfFrameSection(); in Emit()