Home
last modified time | relevance | path

Searched refs:CompileResult (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
38 CompileResult CachedObject = tryToLoadFromObjectCache(M); in operator ()()
67 SimpleCompiler::CompileResult
70 return CompileResult(); in tryToLoadFromObjectCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h41 using CompileResult = std::unique_ptr<MemoryBuffer>;
52 Expected<CompileResult> operator()(Module &M) override;
58 CompileResult tryToLoadFromObjectCache(const Module &M);
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dcompile.h21 struct CompileResult { struct
28 CompileResult CompileMslUsingMetalAPI(const std::string& src); argument
Dmsl_metal.mm25 CompileResult CompileMslUsingMetalAPI(const std::string& src) {
26 CompileResult result;
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts210 interface CompileResult { interface
228 compileResult?: CompileResult;
265 public compileResult: CompileResult = { jsonTemplate: {}, deps: [], log: [] };