Home
last modified time | relevance | path

Searched refs:TargetOffset (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h178 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() local
179 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
/external/llvm/include/llvm/MC/
DMCFixupKindInfo.h31 unsigned TargetOffset; member
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCFixupKindInfo.h31 unsigned TargetOffset; member
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp84 Value <<= Info.TargetOffset; in applyFixup()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp617 for (intptr_t TargetOffset : JT.getTargetOffsets()) { in writeJumpTable() local
621 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()
623 Section->appendRelocationOffset(Str, RelSection->isRela(), TargetOffset); in writeJumpTable()
DIceTargetLoweringX86BaseImpl.h8534 for (intptr_t TargetOffset : JT.getTargetOffsets())
8535 Str << "\n\t.long\t" << JT.getFunctionName() << "+" << TargetOffset;
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp118 Value <<= Info.TargetOffset; in applyFixup()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp275 Value <<= Info.TargetOffset; in applyFixup()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp1109 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp1470 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()