Home | History | Annotate | Download | only in compiler

Lines Matching refs:sections_

122       auto& sections = owner_->sections_;
568 for (auto* section : sections_) {
578 shdrs.reserve(1u + sections_.size());
580 for (auto* section : sections_) {
827 CHECK(!sections_.empty());
849 for (auto* section : sections_) {
879 for (auto* section : sections_) {
927 std::vector<Section*> sections_;