Home
last modified time | relevance | path

Searched refs:uint64_align_bytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp125 uint8_t uint64_align_bytes = i386_target ? 4 : 8; in ReadJITEntry() local
127 llvm::alignTo(sizeof(ptr_t) * 3, uint64_align_bytes) + sizeof(uint64_t); in ReadJITEntry()
142 offset = llvm::alignTo(offset, uint64_align_bytes); in ReadJITEntry()