Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py296 def add_section(self, section): member in Image
712 image.add_section(section)
H A Dcrashlog.py225 self.add_section(
/llvm-project-15.0.7/clang/tools/scan-view/share/
H A DScanView.py146 self.config.add_section('ScanView')
148 self.config.add_section(r.getName())
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td75 defm add_section
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1595 bool add_section = true; in ProcessSegmentCommand() local
1610 add_section = false; in ProcessSegmentCommand()
1633 if (add_section && (const_segname || is_core)) { in ProcessSegmentCommand()
1728 if (add_section) { in ProcessSegmentCommand()