Home
last modified time | relevance | path

Searched defs:Displacement (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h246 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
257 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
H A DRuntimeDyldCOFFI386.h82 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
H A DRuntimeDyldCOFFThumb.h86 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h171 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp519 int64_t Displacement = TargetAddr - EdgeAddr + 4; in optimizeMachO_x86_64_GOTAndStubs() local
551 int64_t Displacement = TargetAddr - EdgeAddr + 4; in optimizeMachO_x86_64_GOTAndStubs() local
H A DELF_x86_64.cpp179 int64_t Displacement = TargetAddr - EdgeAddr + 4; in optimizeELF_x86_64_GOTAndStubs() local
215 int64_t Displacement = TargetAddr - EdgeAddr + 4; in optimizeELF_x86_64_GOTAndStubs() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp130 uint32_t Displacement) { in formatSymbol()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp381 int64_t Displacement = AddrMode.Displacement; in isSuitableMemoryOp() local
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp660 int64_t Displacement = SA.getOffset() - SB.getOffset(); in AttemptToFoldSymbolOffsetDifference() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1112 unsigned Opc, BaseReg, ScaleVal, IndexReg, Displacement, SegmentReg; in emitNop() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h90 int64_t Displacement; member