Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp121 bool i386_target = ArchSpec::kCore_x86_32_first <= core && in ReadJITEntry() local
123 uint8_t uint64_align_bytes = i386_target ? 4 : 8; in ReadJITEntry()