Searched refs:is_pc_aligned (Results 1 – 1 of 1) sorted by relevance
241 auto is_pc_aligned = [](const void* pc) { return IsAligned<kPcAlign>(pc); }; in PackElfFileForJIT() local242 DCHECK(std::all_of(removed_symbols.begin(), removed_symbols.end(), is_pc_aligned)); in PackElfFileForJIT()