Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp53 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 DX86MachObjectWriter.cpp108 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 DARMMachObjectWriter.cpp63 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 DMCSymbolMachO.h120 unsigned Log2Size = Log2(Alignment); getEncodedFlags() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp746 unsigned Log2Size = is64Bit() ? 3 : 2; populateAddrSigSection() local