Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/
H A DTestDataFormatterSkipSummary.py141 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 Ddecorators.py187 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 Dlldbtest.py1275 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 Dtest_result.py90 test.getCompiler())
/llvm-project-15.0.7/lldb/examples/test/
H A D.lldb-loggings9 …dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), …
H A Dusage-lldb-loggings30 …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 DIRCompileLayer.h55 IRCompiler &getCompiler() { return *Compile; } in getCompiler() function
/llvm-project-15.0.7/lldb/test/API/lang/c/shared_lib_stripped_symbols/
H A DTestSharedLibStrippedSymbols.py17 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/llvm-project-15.0.7/lldb/test/API/commands/frame/language/
H A DTestGuessLanguage.py69 if "gcc" in self.getCompiler():
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/summary-string-onfail/
H A DTest-rdar-9974002.py25 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 DTestSharedLib.py15 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py18 def getCompiler(self): member in Builder
/llvm-project-15.0.7/lldb/test/API/lang/c/anonymous/
H A DTestAnonymous.py56 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 DTestDataFormatterCpp.py64 if self.getCompiler() in ['clang', 'llvm-gcc']:
/llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/
H A DTestNamespace.py161 if self.platformIsDarwin() and self.getCompiler() in [
/llvm-project-15.0.7/lldb/test/API/functionalities/return-value/
H A DTestReturnValue.py16 return ("clang" in self.getCompiler() and self.isAArch64() and