Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h126 uint64_t TargetOffset = UnknownAddressOrSize; in processRelocationRef() local
133 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
174 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
/external/llvm/include/llvm/MC/
DMCFixupKindInfo.h31 unsigned TargetOffset; member
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp215 Value <<= Info.TargetOffset; in applyFixup()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp1185 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()