Searched defs:Displacement (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 143 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local 149 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
|
D | RuntimeDyldCOFFI386.h | 65 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
|
D | RuntimeDyldCOFFThumb.h | 64 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
|
/external/v8/src/ |
D | label.h | 99 friend class Displacement; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 216 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local 227 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
|
D | RuntimeDyldCOFFI386.h | 65 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
|
D | RuntimeDyldCOFFThumb.h | 84 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmInstrumentation.cpp | 113 static int64_t ApplyDisplacementBounds(int64_t Displacement) { in ApplyDisplacementBounds() 118 static void CheckDisplacementBounds(int64_t Displacement) { in CheckDisplacementBounds() 448 int64_t Displacement = 0; in ComputeMemOperandAddress() local 479 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmInstrumentation.cpp | 105 int64_t ApplyDisplacementBounds(int64_t Displacement) { in ApplyDisplacementBounds() 110 void CheckDisplacementBounds(int64_t Displacement) { in CheckDisplacementBounds() 435 int64_t Displacement = 0; in ComputeMemOperandAddress() local 466 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 117 uint32_t Displacement) { in formatSymbol()
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 117 uint32_t Displacement) { in formatSymbol()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 780 unsigned Opc, BaseReg, ScaleVal, IndexReg, Displacement, SegmentReg; in EmitNop() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 813 unsigned Opc, BaseReg, ScaleVal, IndexReg, Displacement, SegmentReg; in EmitNop() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 432 explicit Displacement(int data) { data_ = data; } in Displacement() function 434 Displacement(Label* L, Type type) { init(L, type); } in Displacement() function
|