Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp167 for (Section &Sec : Obj.getMutableSections()) in handleArgs()
226 for (Section &Sec : Obj.getMutableSections()) { in handleArgs()
H A DWriter.cpp28 for (Section &Sec : Obj.getMutableSections()) { in finalizeRelocTargets()
96 for (auto &S : Obj.getMutableSections()) { in layoutSections()
130 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable()
H A DObject.h128 iterator_range<std::vector<Section>::iterator> getMutableSections() { in getMutableSections() function
H A DReader.cpp178 for (Section &Sec : Obj.getMutableSections()) { in setSymbolTargets()