Home
last modified time | relevance | path

Searched refs:replaceSections (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp241 return Obj.replaceSections(FromTo); in replaceDebugSections()
H A DELFObject.h1097 Error replaceSections(const DenseMap<SectionBase *, SectionBase *> &FromTo);
H A DELFObject.cpp2204 Error Object::replaceSections( in replaceSections() function in Object