Home
last modified time | relevance | path

Searched defs:CompileContext (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp54 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
55 CompileContext() : Compiled(false) { } in CompileContext() function
57 OrcCAPIExecutionTest* APIExecTest;
58 std::unique_ptr<Module> M;
59 LLVMOrcModuleHandle H;
60 bool Compiled;
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp681 class CompileContext : public IAaptContext { class
683 explicit CompileContext(android::IDiagnostics* diagnostics) : diagnostics_(diagnostics) { in CompileContext() function in aapt::CompileContext
/aosp_15_r20/external/pytorch/torch/
H A D_guards.py577 class CompileContext: class
779 def compile_context(context: Optional[CompileContext]):