Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp167 for (Section &Sec : Obj.getMutableSections()) in handleArgs()
226 for (Section &Sec : Obj.getMutableSections()) { in handleArgs()
249 auto It = llvm::find_if(Obj.getMutableSections(), [&](auto &Sec) { in handleArgs()
252 if (It == Obj.getMutableSections().end()) in handleArgs()
H A DCOFFWriter.cpp28 for (Section &Sec : Obj.getMutableSections()) { in finalizeRelocTargets()
96 for (auto &S : Obj.getMutableSections()) { in layoutSections()
132 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable()
H A DCOFFObject.h128 iterator_range<std::vector<Section>::iterator> getMutableSections() { in getMutableSections() function
H A DCOFFReader.cpp178 for (Section &Sec : Obj.getMutableSections()) { in setSymbolTargets()