Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp224 return Obj.replaceSections(FromTo); in replaceDebugSections()
H A DELFObject.h1088 Error replaceSections(const DenseMap<SectionBase *, SectionBase *> &FromTo);
H A DELFObject.cpp2184 Error Object::replaceSections( in replaceSections() function in Object