Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DWriter.cpp27 for (Section &Sec : Obj.getMutableSections()) { in finalizeRelocTargets()
95 for (auto &S : Obj.getMutableSections()) { in layoutSections()
129 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable()
DCOFFObjcopy.cpp167 for (Section &Sec : Obj.getMutableSections()) in handleArgs()
226 for (Section &Sec : Obj.getMutableSections()) { in handleArgs()
DObject.h128 iterator_range<std::vector<Section>::iterator> getMutableSections() { in getMutableSections() function
DReader.cpp178 for (Section &Sec : Obj.getMutableSections()) { in setSymbolTargets()