Searched refs:IsCrossSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMWinCOFFObjectWriter.cpp | 37 const MCFixup &Fixup, bool IsCrossSection, 48 bool IsCrossSection, in getRelocType() argument 54 if (IsCrossSection) { in getRelocType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86WinCOFFObjectWriter.cpp | 30 const MCFixup &Fixup, bool IsCrossSection, 43 bool IsCrossSection, in getRelocType() argument 47 if (IsCrossSection) { in getRelocType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64WinCOFFObjectWriter.cpp | 38 const MCFixup &Fixup, bool IsCrossSection, 48 bool IsCrossSection, const MCAsmBackend &MAB) const { in getRelocType() argument 50 if (IsCrossSection) { in getRelocType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCWinCOFFObjectWriter.h | 41 const MCFixup &Fixup, bool IsCrossSection,
|