Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h256 bool getSupportsCompactUnwindWithoutEHFrame() const { in getSupportsCompactUnwindWithoutEHFrame() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1898 bool NeedsEHFrameSection = !MOFI->getSupportsCompactUnwindWithoutEHFrame(); in Emit()