Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp197 for (Section &Sec : Obj.getMutableSections()) in handleArgs()
256 for (Section &Sec : Obj.getMutableSections()) { in handleArgs()
279 auto It = llvm::find_if(Obj.getMutableSections(), [&](auto &Sec) { in handleArgs()
282 if (It == Obj.getMutableSections().end()) in handleArgs()
HDCOFFWriter.cpp28 for (Section &Sec : Obj.getMutableSections()) { in finalizeRelocTargets()
96 for (auto &S : Obj.getMutableSections()) { in layoutSections()
132 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable()
HDCOFFObject.h128 iterator_range<std::vector<Section>::iterator> getMutableSections() { in getMutableSections() function
HDCOFFReader.cpp178 for (Section &Sec : Obj.getMutableSections()) { in setSymbolTargets()