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.h406 static constexpr uint32_t IsLRSavedMask = 0x0000'0001; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1617 return GETBITWITHMASK(0, IsLRSavedMask); in isLRSaved()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2459 FirstHalfOfMandatoryField |= TracebackTable::IsLRSavedMask; in emitTracebackTable()