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

  /art/compiler/llvm/
compiler_llvm.h 72 void SetBitcodeFileName(const std::string& filename) {
llvm_compilation_unit.h 74 void SetBitcodeFileName(const std::string& bitcode_filename) {
compiler_llvm.cc 129 cunit->SetBitcodeFileName(StringPrintf("%s-%u",
238 ContextOf(driver)->SetBitcodeFileName(filename);
  /art/compiler/
compiler.h 90 void SetBitcodeFileName(const CompilerDriver& driver, const std::string& filename) {
compiler.cc 165 void SetBitcodeFileName(const CompilerDriver& driver, const std::string& filename) {
  /art/dex2oat/
dex2oat.cc 406 driver->GetCompiler()->SetBitcodeFileName(*driver.get(), bitcode_filename);
    [all...]

Completed in 647 milliseconds