Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp770 uint32_t lp_size = O->is64Bit() ? 8 : 4; in DumpLiteralPointerSection() local
790 for (uint32_t i = 0; i < sect_size; i += lp_size) { in DumpLiteralPointerSection()