Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h203 bool getSupportsCompactUnwindWithoutEHFrame() const { in getSupportsCompactUnwindWithoutEHFrame() function
/external/llvm/lib/MC/
DMCDwarf.cpp1489 bool NeedsEHFrameSection = !MOFI->getSupportsCompactUnwindWithoutEHFrame(); in Emit()