Searched refs:debug_info_patches (Results 1 – 4 of 4) sorted by relevance
40 std::vector<uintptr_t>* debug_info_patches,
240 std::vector<uintptr_t>* debug_info_patches, in WriteDebugSections() argument305 WriteDebugInfoCU(debug_abbrev_offset, info, debug_info, debug_info_patches); in WriteDebugSections()
330 std::vector<uintptr_t> debug_info_patches; in TEST_F() local333 &debug_info_data_, &debug_info_patches); in TEST_F()335 EXPECT_EQ(expected_patches, debug_info_patches); in TEST_F()
114 std::vector<uintptr_t>* debug_info_patches) { in WriteDebugInfoCU() argument126 debug_info_patches->push_back(entries_offset + patch_location); in WriteDebugInfoCU()