Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h187 const MCSection *getCompactUnwindSection() const{ in getCompactUnwindSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h228 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp725 Streamer.SwitchSection(MOFI->getCompactUnwindSection()); in EmitCompactUnwind()
1021 if (IsEH && MOFI->getCompactUnwindSection()) in Emit()
/external/llvm/lib/MC/
DMCDwarf.cpp1497 if (IsEH && MOFI->getCompactUnwindSection()) { in Emit()
1502 Streamer.SwitchSection(MOFI->getCompactUnwindSection()); in Emit()