Searched refs:current_layout_section_ (Results 1 – 4 of 4) sorted by relevance
162 current_layout_section_(kLayoutCapabilities),280 return current_layout_section_; in current_layout_section()285 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()286 current_layout_section_ = in ProgressToNextLayoutSectionOrder()287 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()292 return IsInstructionInLayoutSection(current_layout_section_, op); in IsOpcodeInCurrentLayoutSection()
598 ModuleLayoutSection current_layout_section_; variable
162 current_layout_section_(kLayoutCapabilities),281 return current_layout_section_; in current_layout_section()286 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()287 current_layout_section_ = in ProgressToNextLayoutSectionOrder()288 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()293 return IsInstructionInLayoutSection(current_layout_section_, op); in IsOpcodeInCurrentLayoutSection()
614 ModuleLayoutSection current_layout_section_; variable