Searched refs:debug_info_patches (Results 1 – 2 of 2) sorted by relevance
335 std::vector<uintptr_t> debug_info_patches; in TEST_F() local338 0, &debug_info_data_, &debug_info_patches); in TEST_F()340 EXPECT_EQ(expected_patches, debug_info_patches); in TEST_F()
131 std::vector<uintptr_t>* debug_info_patches) { in WriteDebugInfoCU() argument146 debug_info_patches->push_back(debug_info_offset + entries_offset + patch_location); in WriteDebugInfoCU()