Searched refs:debug_line_patches (Results 1 – 4 of 4) sorted by relevance
235 std::vector<uintptr_t> debug_line_patches; in TEST_F() local238 &debug_line_data_, &debug_line_patches); in TEST_F()240 EXPECT_EQ(expected_patches, debug_line_patches); in TEST_F()275 std::vector<uintptr_t> debug_line_patches; in TEST_F() local277 &debug_line_data_, &debug_line_patches); in TEST_F()
143 std::vector<uintptr_t>* debug_line_patches) { in WriteDebugLineTable() argument180 debug_line_patches->push_back(opcodes_offset + patch_location); in WriteDebugLineTable()
44 std::vector<uintptr_t>* debug_line_patches);
244 std::vector<uintptr_t>* debug_line_patches) { in WriteDebugSections() argument434 WriteDebugLineTable(directories, files, opcodes, debug_line, debug_line_patches); in WriteDebugSections()