Home
last modified time | relevance | path

Searched refs:bitcode_filename_ (Results 1 – 5 of 5) sorted by relevance

/art/compiler/llvm/
Dcompiler_llvm.h74 bitcode_filename_ = filename; in SetBitcodeFileName()
94 std::string bitcode_filename_; variable
Dllvm_compilation_unit.h75 bitcode_filename_ = bitcode_filename; in SetBitcodeFileName()
118 std::string bitcode_filename_; variable
Dcompiler_llvm.cc125 if (!bitcode_filename_.empty()) { in AllocateCompilationUnit()
127 bitcode_filename_.c_str(), in AllocateCompilationUnit()
Dllvm_compilation_unit.cc239 if (bitcode_filename_.empty()) { in MaterializeToRawOStream()
259 new ::llvm::tool_output_file(bitcode_filename_.c_str(), errmsg, in MaterializeToRawOStream()
/art/compiler/dex/portable/
Dmir_to_gbc.h185 std::string bitcode_filename_; variable