Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h551 virtual bool hasContents() const { return false; } in hasContents() function
620 bool hasContents() const override { in hasContents() function
659 bool hasContents() const override { return true; } in hasContents() function
H A DELFObjcopy.cpp690 if (Sec.Type != SHT_NOTE || !Sec.hasContents()) in removeNotes()
H A DELFObject.cpp2158 if (!Sec->hasContents()) in updateSectionData()