Searched refs:IsCrossSection (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMWinCOFFObjectWriter.cpp | 36 const MCFixup &Fixup, bool IsCrossSection, 47 bool IsCrossSection, in getRelocType() argument 53 if (IsCrossSection) { in getRelocType()
|
| /src/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()
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFObjectWriter.h | 41 const MCFixup &Fixup, bool IsCrossSection,
|