/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/ |
D | TestDataFormatterSkipSummary.py | 143 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/ |
D | decorators.py | 165 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()
|
D | lldbtest.py | 1350 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 …]
|
D | test_result.py | 90 test.getCompiler())
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRCompileLayer.h | 54 IRCompiler &getCompiler() { return *Compile; } in getCompiler() function 99 CompileFtor& getCompiler() { return Compile; } in getCompiler() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCompileServer.h | 63 Compiler &getCompiler() { return Comp; } in getCompiler() function
|
D | IceCompileServer.cpp | 262 getCompiler().run(Flags, *Ctx.get(), std::move(InputStream)); in run() 266 getCompiler().run(Flags, *Ctx.get(), std::move(InputStream)); in run()
|
D | IceBrowserCompileServer.cpp | 312 this->getCompiler().run(ClFlags::Flags, *Ctx.get(), in startCompileThread()
|
/external/llvm-project/lldb/examples/test/ |
D | .lldb-loggings | 9 …dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), …
|
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(), …
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRCompileLayer.h | 54 IRCompiler &getCompiler() { return *Compile; } in getCompiler() function
|
/external/llvm-project/lldb/test/API/lang/c/shared_lib_stripped_symbols/ |
D | TestSharedLibStrippedSymbols.py | 19 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
|
/external/llvm-project/lldb/test/API/lang/c/shared_lib/ |
D | TestSharedLib.py | 17 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/summary-string-onfail/ |
D | Test-rdar-9974002.py | 26 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
|
/external/llvm-project/lldb/test/API/commands/frame/language/ |
D | TestGuessLanguage.py | 75 if "gcc" in self.getCompiler():
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 163 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/ |
D | TestThreadStepOut.py | 73 if "gcc" in self.getCompiler() or self.isIntelCompiler():
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/ |
D | TestDataFormatterCpp.py | 68 if self.getCompiler() in ['clang', 'llvm-gcc']:
|
/external/llvm-project/lldb/test/API/lang/c/anonymous/ |
D | TestAnonymous.py | 58 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
|
/external/llvm-project/lldb/test/API/lang/cpp/namespace/ |
D | TestNamespace.py | 165 if self.platformIsDarwin() and self.getCompiler() in [
|
/external/llvm-project/lldb/test/API/lang/c/bitfields/ |
D | TestBitfields.py | 215 test_compiler = self.getCompiler()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/builders/ |
D | builder.py | 17 def getCompiler(self): member in Builder
|
/external/llvm-project/lldb/test/API/functionalities/return-value/ |
D | TestReturnValue.py | 18 return ("clang" in self.getCompiler() and self.getArchitecture() ==
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 370 CompileLayer.getCompiler().setObjectCache(NewCache); in setObjectCache()
|
/external/angle/src/libANGLE/ |
D | Shader.cpp | 343 mBoundCompiler.set(context, context->getCompiler()); in compile()
|