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()
123 const MCSymbol &Symbol, unsigned Log2Size) { in canUseLocalRelocation()
154 unsigned Log2Size = 0; in recordRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp104 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation() local
349 unsigned Log2Size, in recordScatteredRelocation()
449 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in recordTLVPRelocation() local
484 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp58 unsigned &Log2Size) { in getARMFixupKindMachOInfo()
244 unsigned Type, unsigned Log2Size, uint64_t &FixedValue) { in recordARMScatteredRelocation()
362 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.cpp777 unsigned Log2Size = is64Bit() ? 3 : 2; in populateAddrSigSection() local