Searched refs:GetIsa (Results 1 – 5 of 5) sorted by relevance
187 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()189 WriteCIE(builder->GetIsa(), &buffer); in WriteCFISection()
105 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()113 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()467 owner_->builder_->GetIsa(),
52 const InstructionSet isa = builder_->GetIsa(); in WriteCompilationUnit()
253 builder_->GetIsa(), in PrepareDebugInfo()
488 InstructionSet GetIsa() { return isa_; } in GetIsa() function