Home
last modified time | relevance | path

Searched refs:AllocatedSections (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp1368 std::vector<SectionBase *> AllocatedSections; in finalize() local
1372 AllocatedSections.push_back(&Section); in finalize()
1374 LayoutSections(make_pointee_range(AllocatedSections), Offset); in finalize()
1381 for (const auto &Section : AllocatedSections) { in finalize()