Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7315 auto GetSectionSpecialType = [&]() -> std::optional<StringRef> { in printSymbolSection() local
7331 if (std::optional<StringRef> Type = GetSectionSpecialType()) { in printSymbolSection()