Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp522 (Obj.SymbolTable && Obj.SymbolTable->getStrTab() == &Sec)) in replaceAndRemoveSections()
548 if (&Sec == Obj.SymbolTable || &Sec == Obj.SymbolTable->getStrTab()) in replaceAndRemoveSections()
H A DELFObject.h836 const SectionBase *getStrTab() const { return SymbolNames; } in getStrTab() function
H A DELFObject.cpp2562 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections()
2564 : Obj.SymbolTable->getStrTab(); in removeUnneededSections()