Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6679 auto GetSectionSpecialType = [&]() -> Optional<StringRef> { in printSymbolSection() local
6695 if (Optional<StringRef> Type = GetSectionSpecialType()) { in printSymbolSection()