Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCFixupKindInfo.h31 unsigned TargetOffset; member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h170 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() local
171 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp81 Value <<= Info.TargetOffset; in applyFixup()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp129 Value <<= Info.TargetOffset; in applyFixup()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp215 Value <<= Info.TargetOffset; in applyFixup()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp1260 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()