Searched defs:Log2Size (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp63 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.cpp309 const unsigned Log2Size = getFixupKindLog2Size(FK); local
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.cpp109 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); local
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/lib/MC/
H A DMachObjectWriter.cpp341 unsigned Log2Size = Log2_32(Align); local

Completed in 102 milliseconds