Home
last modified time | relevance | path

Searched defs:Log2Size (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp149 const unsigned IsPCRel, const unsigned Log2Size, in makeRelocationInfo()
167 const unsigned Log2Size, const unsigned IsPCRel, in makeScatteredRelocationInfo()
195 unsigned Log2Size, uint64_t &FixedValue) { in RecordScatteredRelocation()
309 const unsigned Log2Size = getFixupKindLog2Size(FK); in RecordPPCRelocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp45 unsigned &Log2Size, const MCAssembler &Asm) { in getAArch64FixupKindMachOInfo()
123 unsigned Log2Size = 0; in RecordRelocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp109 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation() local
364 unsigned Log2Size, in RecordScatteredRelocation()
464 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordTLVPRelocation() local
509 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp65 unsigned &Log2Size) { in getARMFixupKindMachOInfo()
256 unsigned Log2Size, in RecordARMScatteredRelocation()
361 unsigned Log2Size; in RecordRelocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp375 unsigned Log2Size = Log2_32(Align); in WriteNlist() local