Home
last modified time | relevance | path

Searched refs:IsLRSavedMask (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h431 static constexpr uint32_t IsLRSavedMask = 0x0000'0001; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1624 return GETBITWITHMASK(0, IsLRSavedMask); in isLRSaved()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2438 FirstHalfOfMandatoryField |= TracebackTable::IsLRSavedMask; in emitTracebackTable()