Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp81 bool ELFHeader::HasHeaderExtension() const { in HasHeaderExtension() function in ELFHeader
151 if (HasHeaderExtension()) in Parse()
H A DELFHeader.h111 bool HasHeaderExtension() const;
H A DObjectFileELF.cpp609 if (header.HasHeaderExtension()) { in GetModuleSpecifications()