Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp55 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame() local
60 if (CFSize >= ((1 << 8) - 1) * 4 / 2) // Half of imm8 * 4 in hasReservedCallFrame()
H A DARMFrameLowering.cpp228 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame() local
233 if (CFSize >= ((1 << 12) - 1) / 2) // Half of imm12 in hasReservedCallFrame()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4993 uint64_t CFSize = DyldChainedFixups.datasize; in getChainedFixupsHeader() local
5021 uint32_t EndOffset = CFHeaderOffset + CFSize; in getChainedFixupsHeader()