Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h432 static constexpr uint32_t ParmTypeIsFloatingBit = 0x8000'0000; member
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp131 if ((Value & TracebackTable::ParmTypeIsFloatingBit) == 0) { in parseParmsType()