Searched refs:removed_symbols (Results 1 – 4 of 4) sorted by relevance
305 std::vector<const void*> removed_symbols; in MaybePackJitMiniDebugInfo() local318 removed_symbols.clear(); in MaybePackJitMiniDebugInfo()321 removed_symbols.push_back(*(removed_it++)); in MaybePackJitMiniDebugInfo()325 if (added_elf_files.size() == 1 && removed_symbols.size() == 0) { in MaybePackJitMiniDebugInfo()330 std::vector<uint8_t> packed = pack(isa, features, added_elf_files, removed_symbols, &symbols); in MaybePackJitMiniDebugInfo()336 << " removed=" << removed_symbols.size() in MaybePackJitMiniDebugInfo()
38 std::vector<const void*>& removed_symbols,
62 std::vector<const void*>& removed_symbols,
233 std::vector<const void*>& removed_symbols, in PackElfFileForJIT() argument239 auto is_removed_symbol = [&removed_symbols](Elf_Addr addr) { in PackElfFileForJIT()241 return std::binary_search(removed_symbols.begin(), removed_symbols.end(), code_ptr); in PackElfFileForJIT()