Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h371 static constexpr uint32_t ParmTypeIsFloatingBit = 0x8000'0000; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp84 if (CopyParamType & XCOFF::TracebackTable::ParmTypeIsFloatingBit) { in appendParameterType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DXCOFF.cpp112 if ((Value & TracebackTable::ParmTypeIsFloatingBit) == 0) { in parseParmsType()