Home
last modified time | relevance | path

Searched refs:FK_SecRel_2 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp76 case FK_SecRel_2: in getRelocType()
98 case FK_SecRel_2: in getRelocType()
DX86AsmBackend.cpp531 case FK_SecRel_2: in getFixupKindSize()
771 .Case("secidx", FK_SecRel_2) in getFixupKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp70 case FK_SecRel_2: in getRelocType()
DARMAsmBackend.cpp444 case FK_SecRel_2: in adjustFixupValue()
966 case FK_SecRel_2: in getFixupKindNumBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64WinCOFFObjectWriter.cpp70 case FK_SecRel_2: in getRelocType()
DAArch64AsmBackend.cpp119 case FK_SecRel_2: in getFixupKindNumBytes()
333 case FK_SecRel_2: in adjustFixupValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFixup.h42 FK_SecRel_2, ///< A two-byte section relative fixup. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp93 case FK_SecRel_2: in getFixupKindNumBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp223 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2); in EmitCOFFSectionIndex()
DMCCodeView.cpp673 Fixups.push_back(MCFixup::create(Contents.size(), BE, FK_SecRel_2)); in encodeDefRange()
DWinCOFFObjectWriter.cpp821 if (Fixup.getKind() == FK_SecRel_2) in recordRelocation()