Searched refs:IsCrossSection (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFObjectWriter.cpp | 36 const MCFixup &Fixup, bool IsCrossSection, 47 bool IsCrossSection, in getRelocType() 53 if (IsCrossSection) { in getRelocType() 48 getRelocType(MCContext & Ctx,const MCValue & Target,const MCFixup & Fixup,bool IsCrossSection,const MCAsmBackend & MAB) const getRelocType() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFObjectWriter.cpp | 30 const MCFixup &Fixup, bool IsCrossSection, 43 bool IsCrossSection, in getRelocType() argument 47 if (IsCrossSection) { in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64WinCOFFObjectWriter.cpp | 41 const MCFixup &Fixup, bool IsCrossSection, 51 bool IsCrossSection, const MCAsmBackend &MAB) const { in getRelocType() argument 53 if (IsCrossSection) { in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCWinCOFFObjectWriter.h | 41 const MCFixup &Fixup, bool IsCrossSection,
|