Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4578 DenseMap<unsigned, StringRef> FlagToName = { in printSectionDetails() local
4594 auto It = FlagToName.find(Flag); in printSectionDetails()
4595 if (It != FlagToName.end()) in printSectionDetails()