Searched refs:GetIsa (Results 1 – 5 of 5) sorted by relevance
244 if (builder_->GetIsa() == InstructionSet::kMips || in WriteDynamicSection()245 builder_->GetIsa() == InstructionSet::kMips64) { in WriteDynamicSection()257 new DebugInfoTask(builder_->GetIsa(), in PrepareDebugInfo()
214 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()219 WriteCIE(builder->GetIsa(), format, &buffer); in WriteCFISection()
121 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()129 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()486 owner_->builder_->GetIsa(),
57 const InstructionSet isa = builder_->GetIsa(); in WriteCompilationUnit()
565 InstructionSet GetIsa() { return isa_; } in GetIsa() function