Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h248 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1834 if (IsEH && MOFI->getCompactUnwindSection()) { in Emit()
1839 Streamer.SwitchSection(MOFI->getCompactUnwindSection()); in Emit()