Home
last modified time | relevance | path

Searched refs:find_data_section (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py99 data_section = self.find_data_section(target)
156 data_section = self.find_data_section(target)
211 def find_data_section(self, target): member in TargetAPITestCase