Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h26 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp223 W.printFlags("Flags", uint16_t(FileStatic.Flags), getLocalFlagNames()); in visitKnownRecord()
546 W.printFlags("Flags", uint16_t(Local.Flags), getLocalFlagNames()); in visitKnownRecord()
H A DEnumTables.cpp464 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() { in getLocalFlagNames() function
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp120 auto FlagNames = getLocalFlagNames(); in bitset()