Home
last modified time | relevance | path

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

/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp300 int8_t TruncOffset = (RealOffset & 0xFF); in resolveX86_64Relocation() local
308 int32_t TruncOffset = (RealOffset & 0xFFFFFFFF); in resolveX86_64Relocation() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp312 int8_t TruncOffset = (RealOffset & 0xFF); in resolveX86_64Relocation() local
320 int32_t TruncOffset = (RealOffset & 0xFFFFFFFF); in resolveX86_64Relocation() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp791 uint32_t TruncOffset = 0; in fixupIndex() local