HomeSort by relevance Sort by last modified time
    Searched refs:Materialize (Results 1 - 25 of 25) sorted by null

  /art/compiler/dex/
backend.h 28 virtual void Materialize() = 0;
frontend.cc 246 cu.cg->Materialize();
  /external/llvm/include/llvm/
GVMaterializer.h 44 /// Materialize - make sure the given GlobalValue is fully read. If the
48 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0) = 0;
  /art/compiler/llvm/
llvm_compilation_unit.h 91 bool Materialize();
compiler_llvm.cc 152 cunit->Materialize();
llvm_compilation_unit.cc 168 bool LlvmCompilationUnit::Materialize() {
177 LOG(ERROR) << "Failed to materialize compilation unit " << cunit_id_;
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 216 // Materialize requisite global values.
222 if (GV->Materialize(&ErrInfo)) {
229 // Deleting. Materialize every GV that's *not* in GVs.
236 if (G->Materialize(&ErrInfo)) {
246 if (F->Materialize(&ErrInfo)) {
  /external/llvm/lib/IR/
Globals.cpp 36 bool GlobalValue::Materialize(std::string *ErrInfo) {
37 return getParent()->Materialize(this, ErrInfo);
Module.cpp 401 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) {
403 return Materializer->Materialize(GV, ErrInfo);
PassManager.cpp     [all...]
  /external/llvm/include/llvm/IR/
GlobalValue.h 267 /// Materialize - make sure this GlobalValue is fully read. If the module is
270 bool Materialize(std::string *ErrInfo = 0);
Module.h 204 OwningPtr<GVMaterializer> Materializer; ///< Used to materialize GlobalValues
458 /// Materialize - Make sure the GlobalValue is fully read. If the module is
461 bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 214 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 208 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
BitcodeReader.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.h 70 void Materialize() {
  /art/compiler/jni/portable/
jni_compiler.cc 252 cunit_->Materialize();
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 221 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
BitcodeReader.cpp 36 F->Materialize();
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 666 if (F->Materialize(&ErrorMsg)) {
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 250 virtual void Materialize();
    [all...]
codegen_util.cc     [all...]

Completed in 370 milliseconds