| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/ |
| H A D | TestDataFormatterSkipSummary.py | 141 if self.getCompiler().endswith('gcc') and not self.getCompiler().endswith('llvm-gcc'): 144 [[lldbutil.which(self.getCompiler()), "-v"]])
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | decorators.py | 187 compiler, self.getCompiler()) and self.expectedCompilerVersion(compiler_version) 704 compiler_path = self.getCompiler() 706 cmd = [self.getCompiler(), "-x", "c++", "-c", "-o", f.name, "-"] 718 compiler_path = self.getCompiler() 745 compiler_path = self.getCompiler() 770 if not _compiler_supports(self.getCompiler(), '-fsanitize=undefined', 783 cmd = '%s -fsanitize=undefined -x c - -o - -### 2>&1' % self.getCompiler() 822 if not _compiler_supports(self.getCompiler(), '-fsanitize=address'): 835 compiler_path = self.getCompiler()
|
| H A D | lldbtest.py | 1275 def getCompiler(self): member in Base 1278 return module.getCompiler() 1282 return self.getCompiler().split()[0] 1299 if 'clang' in self.getCompiler(): 1304 [self.getCompiler()] + target + '-g -c -x c - -o - -###'.split(), 1328 return any([x in self.getCompiler() for x in ["icc", "icpc", "icl"]]) 1371 if compiler in self.getCompiler(): 1391 comp = self.getCompiler() 1452 if "gcc" in self.getCompiler() and "4.6" in self.getCompilerVersion():
|
| H A D | test_result.py | 90 test.getCompiler())
|
| /llvm-project-15.0.7/lldb/examples/test/ |
| H A D | .lldb-loggings | 9 …dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), …
|
| H A D | usage-lldb-loggings | 30 …dest = os.path.join("/tmp", "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(),… 94 …dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), …
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.h | 55 IRCompiler &getCompiler() { return *Compile; } in getCompiler() function
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/shared_lib_stripped_symbols/ |
| H A D | TestSharedLibStrippedSymbols.py | 17 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
|
| /llvm-project-15.0.7/lldb/test/API/commands/frame/language/ |
| H A D | TestGuessLanguage.py | 69 if "gcc" in self.getCompiler():
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/summary-string-onfail/ |
| H A D | Test-rdar-9974002.py | 25 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/shared_lib/ |
| H A D | TestSharedLib.py | 15 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/ |
| H A D | builder.py | 18 def getCompiler(self): member in Builder
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/anonymous/ |
| H A D | TestAnonymous.py | 56 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/ |
| H A D | TestDataFormatterCpp.py | 64 if self.getCompiler() in ['clang', 'llvm-gcc']:
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/ |
| H A D | TestNamespace.py | 161 if self.platformIsDarwin() and self.getCompiler() in [
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/return-value/ |
| H A D | TestReturnValue.py | 16 return ("clang" in self.getCompiler() and self.isAArch64() and
|