Searched defs:Log2Size (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 53 getAArch64FixupKindMachOInfo(const MCFixup & Fixup,unsigned & RelocType,const MCSymbolRefExpr * Sym,unsigned & Log2Size,const MCAssembler & Asm) getAArch64FixupKindMachOInfo() argument 125 canUseLocalRelocation(const MCSectionMachO & Section,const MCSymbol & Symbol,unsigned Log2Size) canUseLocalRelocation() argument 157 unsigned Log2Size = 0; recordRelocation() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 108 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); RecordX86_64Relocation() local 369 recordScatteredRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,unsigned Log2Size,uint64_t & FixedValue) recordScatteredRelocation() argument 474 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); recordTLVPRelocation() local 511 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); RecordX86Relocation() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 63 getARMFixupKindMachOInfo(unsigned Kind,unsigned & RelocType,unsigned & Log2Size) getARMFixupKindMachOInfo() argument 260 RecordARMScatteredRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,unsigned Type,unsigned Log2Size,uint64_t & FixedValue) RecordARMScatteredRelocation() argument 382 unsigned Log2Size; recordRelocation() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolMachO.h | 120 unsigned Log2Size = Log2(Alignment); getEncodedFlags() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 746 unsigned Log2Size = is64Bit() ? 3 : 2; populateAddrSigSection() local
|