Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp260 return replaceSections(FromTo); in compressOrDecompressSections()
H A DELFObject.h1222 Error replaceSections(const DenseMap<SectionBase *, SectionBase *> &FromTo);
H A DELFObject.cpp2252 Error Object::replaceSections( in replaceSections() function in Object