Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp170 MCSectionData::MCSectionData(const MCSection &_Section, MCAssembler *A) in MCSectionData() argument
171 : Section(&_Section), in MCSectionData()
/external/python/cpython2/Lib/
Dargparse.py179 self._root_section = self._Section(self, None)
197 class _Section(object): class in HelpFormatter
238 section = self._Section(self, self._current_section, heading)
/external/python/cpython3/Lib/
Dargparse.py184 self._root_section = self._Section(self, None)
202 class _Section(object): class in HelpFormatter
241 section = self._Section(self, self._current_section, heading)