Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp84 std::string FlagLabel; in getFlagNames() local
90 FlagLabel += (" | "); in getFlagNames()
92 FlagLabel += (Flag.Name.str() + " (0x" + utohexstr(Flag.Value) + ")"); in getFlagNames()
95 if (!FlagLabel.empty()) { in getFlagNames()
97 LabelWithBraces += FlagLabel + " )"; in getFlagNames()
100 return FlagLabel; in getFlagNames()