Home
last modified time | relevance | path

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

/external/llvm-project/lldb/docs/testsuite/
Dbest-practices.txt33 self.buildDsym()
46 self.buildDsym(dictionary=d)
55 self.buildDsym(dictionary=d)
Da-detailed-walkthrough.txt110 def buildDsym(self, architecture=None, compiler=None, dictionary=None):
113 if not module.buildDsym(self, architecture, compiler, dictionary):
127 files and produces dSYM files. The buildDsym() instance method is used by the
134 self.buildDsym()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
Ddarwin.py104 def buildDsym(self, member in BuilderDarwin
Dbuilder.py231 def buildDsym(self, member in Builder
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py1602 def buildDsym( member in Base
1615 if not module.buildDsym(self, architecture, compiler,
2646 return self.buildDsym(architecture, compiler, dictionary)
DREADME-TestSuite75 self.buildDsym(dictionary=d)