Searched refs:Log2Size (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp35 unsigned Log2Size,
64 unsigned &Log2Size) {
66 Log2Size = ~0U;
73 Log2Size = llvm::Log2_32(1);
76 Log2Size = llvm::Log2_32(2);
79 Log2Size = llvm::Log2_32(4);
82 Log2Size = llvm::Log2_32(8);
96 Log2Size = llvm::Log2_32(4);
102 Log2Size = llvm::Log2_32(2);
109 Log2Size
63 getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, unsigned &Log2Size) argument
251 RecordARMScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
362 unsigned Log2Size; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp32 unsigned Log2Size, uint64_t &FixedValue);
149 const unsigned IsPCRel, const unsigned Log2Size,
159 (Log2Size << 5) | // was << 25
167 const unsigned Log2Size, const unsigned IsPCRel,
171 MRE.r_word0 = ((Addr << 0) | (Type << 24) | (Log2Size << 28) |
195 unsigned Log2Size, uint64_t &FixedValue) {
284 Log2Size, IsPCRel, Value2);
298 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value);
309 const unsigned Log2Size = getFixupKindLog2Size(FK); local
321 Log2Size, FixedValu
147 makeRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t FixupOffset, const uint32_t Index, const unsigned IsPCRel, const unsigned Log2Size, const unsigned IsExtern, const unsigned Type) argument
165 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t Addr, const unsigned Type, const unsigned Log2Size, const unsigned IsPCRel, const uint32_t Value2) argument
192 RecordScatteredRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp33 unsigned Log2Size,
109 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); local
129 Value += 1LL << Log2Size;
207 (Log2Size << 25) |
254 Value -= FixupAddress + (1 << Log2Size);
305 switch (-(Target.getConstant() + (1LL << Log2Size))) {
351 (Log2Size << 25) |
363 unsigned Log2Size,
421 (Log2Size << 28) |
441 (Log2Size << 2
357 RecordScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
460 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); local
504 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h223 unsigned Log2Size,
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp341 unsigned Log2Size = Log2_32(Align); local
342 assert((1U << Log2Size) == Align && "Invalid 'common' alignment!");
343 if (Log2Size > 15)
348 Flags = (Flags & 0xF0FF) | (Log2Size << 8);

Completed in 58 milliseconds