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

1 2

  /art/compiler/dex/
backend.h 28 virtual void Materialize() = 0;
frontend.cc 776 cu.cg->Materialize();
  /external/llvm/include/llvm/IR/
GVMaterializer.h 45 virtual std::error_code Materialize(GlobalValue *GV) = 0;
GlobalValue.h 312 bool Materialize(std::string *ErrInfo = nullptr);
Module.h 205 Materializer; ///< Used to materialize GlobalValues
469 bool Materialize(GlobalValue *GV, std::string *ErrInfo = nullptr);
  /external/lldb/include/lldb/Expression/
Materializer.h 85 DematerializerSP Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err);
125 virtual void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) = 0;
  /art/compiler/llvm/
llvm_compilation_unit.h 91 bool Materialize();
compiler_llvm.cc 155 cunit->Materialize();
llvm_compilation_unit.cc 165 bool LlvmCompilationUnit::Materialize() {
174 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.
234 if (G.Materialize(&ErrInfo)) {
243 if (F.Materialize(&ErrInfo)) {
  /external/llvm/lib/IR/
Globals.cpp 37 bool GlobalValue::Materialize(std::string *ErrInfo) {
38 return getParent()->Materialize(this, ErrInfo);
Module.cpp 393 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) {
397 std::error_code EC = Materializer->Materialize(GV);
  /external/lldb/source/Expression/
Materializer.cpp 149 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err)
157 log->Printf("EntityPersistentVariable::Materialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]",
421 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err)
428 log->Printf("EntityVariable::Materialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
729 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err)
    [all...]
ClangUserExpression.cpp 709 m_dematerializer_sp = m_materializer_ap->Materialize(frame, *m_execution_unit_ap, struct_address, materialize_error);
713 error_stream.Printf("Couldn't materialize struct: %s\n", materialize_error.AsCString());
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 244 virtual std::error_code Materialize(GlobalValue *GV);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 239 virtual std::error_code Materialize(GlobalValue *GV);
  /art/compiler/dex/portable/
mir_to_gbc.h 77 void Materialize() {
  /art/compiler/jni/portable/
jni_compiler.cc 252 cunit_->Materialize();
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 245 std::error_code Materialize(GlobalValue *GV) override;
BitcodeReader.cpp 37 F->Materialize();
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 513 if (F->Materialize(&ErrorMsg)) {
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h     [all...]
  /art/compiler/dex/quick/
codegen_util.cc     [all...]

Completed in 800 milliseconds

1 2