Searched defs:Log2Size (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 52 getAArch64FixupKindMachOInfo(const MCFixup & Fixup,unsigned & RelocType,const MCSymbolRefExpr * Sym,unsigned & Log2Size,const MCAssembler & Asm) getAArch64FixupKindMachOInfo() argument 124 canUseLocalRelocation(const MCSectionMachO & Section,const MCSymbol & Symbol,unsigned Log2Size) canUseLocalRelocation() argument 155 unsigned Log2Size = 0; recordRelocation() local [all...] |
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 100 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); RecordX86_64Relocation() local 358 recordScatteredRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,unsigned Log2Size,uint64_t & FixedValue) recordScatteredRelocation() argument 462 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); recordTLVPRelocation() local 498 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); RecordX86Relocation() local [all...] |
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 57 Log2Size = ~0U; in getARMFixupKindMachOInfo() argument 246 recordARMScatteredRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,unsigned Type,unsigned Log2Size,uint64_t & FixedValue) recordARMScatteredRelocation() argument 366 unsigned Log2Size; recordRelocation() local [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolMachO.h | 133 unsigned Log2Size = Log2(Alignment); getEncodedFlags() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 765 unsigned Log2Size = is64Bit() ? 3 : 2; populateAddrSigSection() local
|