Home
last modified time | relevance | path

Searched defs:TruncOffset (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp297 int8_t TruncOffset = (RealOffset & 0xFF); in resolveX86_64Relocation() local
305 int32_t TruncOffset = (RealOffset & 0xFFFFFFFF); in resolveX86_64Relocation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp258 int8_t TruncOffset = (RealOffset & 0xFF); in resolveX86_64Relocation() local
266 int32_t TruncOffset = (RealOffset & 0xFFFFFFFF); in resolveX86_64Relocation() local