Searched defs:GVMaterializer (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DGVMaterializer.cpp1 //===-- GVMaterializer.cpp - Base implementation for GV materializers -----===//
15 #include "llvm/GVMaterializer.h"
18 GVMaterializer::~GVMaterializer() {}
/external/llvm/include/llvm/
H A DGVMaterializer.h1 //===-- llvm/GVMaterializer.h - Interface for GV materializers --*- C++ -*-===//
29 class GVMaterializer { class in namespace:llvm
31 GVMaterializer() {} function in class:llvm::GVMaterializer
34 virtual ~GVMaterializer();
37 /// store this GVMaterializer uses and has not been materialized yet.
41 /// dematerialized back to whatever backing store this GVMaterializer uses.
51 /// GVMaterializer supports it, release the memory for the GV, and set it up

Completed in 77 milliseconds