Searched refs:IsCrossSection (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 31 bool IsCrossSection, 44 bool IsCrossSection, in getRelocType() argument 46 unsigned FixupKind = IsCrossSection ? FK_PCRel_4 : Fixup.getKind(); in getRelocType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 31 const MCFixup &Fixup, bool IsCrossSection, 44 bool IsCrossSection, in getRelocType() argument 47 if (IsCrossSection) { in getRelocType()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 32 bool IsCrossSection, 40 bool IsCrossSection, in getRelocType() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 38 const MCFixup &Fixup, bool IsCrossSection, 49 bool IsCrossSection, in getRelocType() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64WinCOFFObjectWriter.cpp | 37 const MCFixup &Fixup, bool IsCrossSection, 47 bool IsCrossSection, const MCAsmBackend &MAB) const { in getRelocType() argument
|
/external/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 33 bool IsCrossSection,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 42 const MCFixup &Fixup, bool IsCrossSection,
|