Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/
DTestDataFormatterSkipSummary.py143 if self.getCompiler().endswith('gcc') and not self.getCompiler().endswith('llvm-gcc'):
146 [[lldbutil.which(self.getCompiler()), "-v"]])
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddecorators.py165 compiler, self.getCompiler()) and self.expectedCompilerVersion(compiler_version)
690 compiler_path = self.getCompiler()
692 cmd = [self.getCompiler(), "-x", "c++", "-c", "-o", f.name, "-"]
704 compiler_path = self.getCompiler()
731 compiler_path = self.getCompiler()
766 cmd = '%s -fsanitize=undefined %s -o %s' % (self.getCompiler(), inputf.name, outputf.name)
778 cmd = '%s -fsanitize=undefined -x c - -o - -### 2>&1' % self.getCompiler()
815 compiler_path = self.getCompiler()
Dlldbtest.py1350 def getCompiler(self): member in Base
1353 return module.getCompiler()
1357 return self.getCompiler().split()[0]
1375 if 'clang' in self.getCompiler():
1378 [self.getCompiler()] + '-g -c -x c - -o - -###'.split(),
1401 return any([x in self.getCompiler() for x in ["icc", "icpc", "icl"]])
1444 if compiler in self.getCompiler():
1464 comp = self.getCompiler()
1490 if "gcc" in self.getCompiler() and "4.6" in self.getCompilerVersion():
1739 if "gcc" in self.getCompiler() and "4.6" in self.getCompilerVersion():
[all …]
Dtest_result.py90 test.getCompiler())
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h54 IRCompiler &getCompiler() { return *Compile; } in getCompiler() function
99 CompileFtor& getCompiler() { return Compile; } in getCompiler() function
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.h63 Compiler &getCompiler() { return Comp; } in getCompiler() function
DIceCompileServer.cpp262 getCompiler().run(Flags, *Ctx.get(), std::move(InputStream)); in run()
266 getCompiler().run(Flags, *Ctx.get(), std::move(InputStream)); in run()
DIceBrowserCompileServer.cpp312 this->getCompiler().run(ClFlags::Flags, *Ctx.get(), in startCompileThread()
/external/llvm-project/lldb/examples/test/
D.lldb-loggings9 …dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), …
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(), …
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h54 IRCompiler &getCompiler() { return *Compile; } in getCompiler() function
/external/llvm-project/lldb/test/API/lang/c/shared_lib_stripped_symbols/
DTestSharedLibStrippedSymbols.py19 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/external/llvm-project/lldb/test/API/lang/c/shared_lib/
DTestSharedLib.py17 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/external/llvm-project/lldb/test/API/functionalities/data-formatter/summary-string-onfail/
DTest-rdar-9974002.py26 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/external/llvm-project/lldb/test/API/commands/frame/language/
DTestGuessLanguage.py75 if "gcc" in self.getCompiler():
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py163 topCompiler = self.topDictIndex.getCompiler(strings, self, isCFF2=isCFF2)
179 writer.add(fontNames.getCompiler(strings, self, isCFF2=isCFF2))
182 writer.add(strings.getCompiler())
183 writer.add(self.GlobalSubrs.getCompiler(strings, self, isCFF2=isCFF2))
521 out.append(item.getCompiler(strings, self))
559 out.append(item.getCompiler(strings, self))
691 def getCompiler(self, strings, parent, isCFF2=None): member in Index
2370 fdArrayIndexComp = self.dictObj.FDArray.getCompiler(strings, self)
2374 privComp = self.dictObj.Private.getCompiler(strings, self)
2418 privComp = self.dictObj.Private.getCompiler(strings, self)
[all …]
/external/llvm-project/lldb/test/API/functionalities/thread/step_out/
DTestThreadStepOut.py73 if "gcc" in self.getCompiler() or self.isIntelCompiler():
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
DTestDataFormatterCpp.py68 if self.getCompiler() in ['clang', 'llvm-gcc']:
/external/llvm-project/lldb/test/API/lang/c/anonymous/
DTestAnonymous.py58 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/external/llvm-project/lldb/test/API/lang/cpp/namespace/
DTestNamespace.py165 if self.platformIsDarwin() and self.getCompiler() in [
/external/llvm-project/lldb/test/API/lang/c/bitfields/
DTestBitfields.py215 test_compiler = self.getCompiler()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
Dbuilder.py17 def getCompiler(self): member in Builder
/external/llvm-project/lldb/test/API/functionalities/return-value/
DTestReturnValue.py18 return ("clang" in self.getCompiler() and self.getArchitecture() ==
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h370 CompileLayer.getCompiler().setObjectCache(NewCache); in setObjectCache()
/external/angle/src/libANGLE/
DShader.cpp343 mBoundCompiler.set(context, context->getCompiler()); in compile()

12