HomeSort by: relevance | last modified time | path
    Searched refs:removedSections (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 1018 std::vector<SecPtr> RemovedSections;
1074 SectionTableRef removedSections() { return SectionTableRef(RemovedSections); }
Object.cpp 2092 for (auto &Sec : Obj.removedSections()) {
2152 // Transfer removed sections into the Object RemovedSections container for use
2154 std::move(Iter, Sections.end(), std::back_inserter(RemovedSections));

Completed in 18 milliseconds