Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h432 virtual bool hasContents() const { return false; } in hasContents() function
497 bool hasContents() const override { in hasContents() function
533 bool hasContents() const override { return true; } in hasContents() function
H A DELFObject.cpp2109 if (!OldSec->hasContents()) in updateSection()