Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h153 uint32_t *Displacement = (uint32_t *)ObjTarget; in processRelocationRef() local
159 uint64_t *Displacement = (uint64_t *)ObjTarget; in processRelocationRef() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_symbol.c113 BOOL WINAPI j_SymFromAddr(HANDLE hProcess, DWORD64 Address, PDWORD64 Displacement, PSYMBOL_INFO Sym… in j_SymFromAddr()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp108 int64_t ApplyDisplacementBounds(int64_t Displacement) { in ApplyDisplacementBounds()
113 void CheckDisplacementBounds(int64_t Displacement) { in CheckDisplacementBounds()
444 int64_t Displacement = 0; in ComputeMemOperandAddress() local
475 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp117 uint32_t Displacement) { in formatSymbol()
/external/v8/src/x87/
Dassembler-x87.h431 explicit Displacement(int data) { data_ = data; } in Displacement() function
433 Displacement(Label* L, Type type) { init(L, type); } in Displacement() function
/external/v8/src/ia32/
Dassembler-ia32.h442 explicit Displacement(int data) { data_ = data; } in Displacement() function
444 Displacement(Label* L, Type type) { init(L, type); } in Displacement() function
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp762 unsigned Opc, BaseReg, ScaleVal, IndexReg, Displacement, SegmentReg; in EmitNops() local
/external/v8/src/
Dassembler.h275 friend class Displacement; variable