Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp64 std::string FlagLabel; in getFlagNames() local
70 FlagLabel += (" | "); in getFlagNames()
72 FlagLabel += (Flag.Name.str() + " (0x" + utohexstr(Flag.Value) + ")"); in getFlagNames()
75 if (!FlagLabel.empty()) { in getFlagNames()
77 LabelWithBraces += FlagLabel + " )"; in getFlagNames()
80 return FlagLabel; in getFlagNames()