Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp52 unsigned &Log2Size, const MCAssembler &Asm) { in getAArch64FixupKindMachOInfo()
124 const MCSymbol &Symbol, unsigned Log2Size) { in canUseLocalRelocation()
155 unsigned Log2Size = 0; in recordRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp100 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation() local
358 unsigned Log2Size, in recordScatteredRelocation()
462 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in recordTLVPRelocation() local
498 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp57 unsigned &Log2Size) { in getARMFixupKindMachOInfo()
246 unsigned Type, unsigned Log2Size, uint64_t &FixedValue) { in recordARMScatteredRelocation()
366 unsigned Log2Size; in recordRelocation() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolMachO.h136 unsigned Log2Size = Log2(Alignment); in getEncodedFlags() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp774 unsigned Log2Size = is64Bit() ? 3 : 2; in populateAddrSigSection() local