LLZK
2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
DiscardableAllocationOpInterfaces.cpp
Go to the documentation of this file.
1
//===-- DiscardableAllocationOpInterfaces.cpp -------------------*- C++ -*-===//
2
//
3
// Part of the LLZK Project, under the Apache License v2.0.
4
// See LICENSE.txt for license information.
5
// Copyright 2026 Project LLZK
6
// SPDX-License-Identifier: Apache-2.0
7
//
8
//===----------------------------------------------------------------------===//
9
10
#include "
llzk/Dialect/Shared/DiscardableAllocationOpInterfaces.h
"
11
12
// Include the generated interface definitions.
13
#include "
llzk/Dialect/Shared/DiscardableAllocationOpInterfaces.cpp.inc
"
14
15
namespace
llzk
{
16
17
// Note: definition is placed here rather than the header to avoid the error:
18
// "vtable will be emitted in every translation unit"
19
mlir::StringRef
DiscardableAllocationResource::getName
() {
return
"DiscardableAllocation"
; }
20
21
}
// namespace llzk
DiscardableAllocationOpInterfaces.cpp.inc
DiscardableAllocationOpInterfaces.h
llzk
Definition
AnalysisPassEnums.cpp:19
llzk::DiscardableAllocationResource::getName
mlir::StringRef getName() final
Definition
DiscardableAllocationOpInterfaces.cpp:19
lib
Dialect
Shared
DiscardableAllocationOpInterfaces.cpp
Generated by
1.14.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.