We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9494f commit 2f011eaCopy full SHA for 2f011ea
clang/lib/AST/ByteCode/Program.h
@@ -176,9 +176,6 @@ class Program final {
176
/// List of anonymous functions.
177
std::vector<std::unique_ptr<Function>> AnonFuncs;
178
179
- /// Function relocation locations.
180
- llvm::DenseMap<const FunctionDecl *, std::vector<unsigned>> Relocs;
181
-
182
/// Native pointers referenced by bytecode.
183
std::vector<const void *> NativePointers;
184
/// Cached native pointer indices.
0 commit comments