Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp205 for (Section &Sec : Obj.getMutableSections()) in handleArgs()
264 for (Section &Sec : Obj.getMutableSections()) { in handleArgs()
287 auto It = llvm::find_if(Obj.getMutableSections(), [&](auto &Sec) { in handleArgs()
290 if (It == Obj.getMutableSections().end()) in handleArgs()
H A DCOFFWriter.cpp30 for (Section &Sec : Obj.getMutableSections()) { in finalizeRelocTargets()
125 for (Section &Sec : Obj.getMutableSections()) { in finalizeSymIdxContents()
169 for (auto &S : Obj.getMutableSections()) { in layoutSections()
208 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable()
H A DCOFFObject.h129 iterator_range<std::vector<Section>::iterator> getMutableSections() { in getMutableSections() function
H A DCOFFReader.cpp177 for (Section &Sec : Obj.getMutableSections()) { in setSymbolTargets()