Home
last modified time | relevance | path

Searched refs:getCompactUnwindSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h228 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection() function
/external/llvm/lib/MC/
DMCDwarf.cpp1490 if (IsEH && MOFI->getCompactUnwindSection()) { in Emit()
1496 Streamer.SwitchSection(MOFI->getCompactUnwindSection()); in Emit()