Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ !
H A DEnumTables.h26 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
/src/contrib/llvm-project/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.cpp483 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() { in getLocalFlagNames() function
/src/contrib/llvm-project/llvm/lib/ObjectYAML/ !
H A DCodeViewYAMLSymbols.cpp121 auto FlagNames = getLocalFlagNames(); in bitset()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ !
H A DLVCodeViewVisitor.cpp1420 W.printFlags("Flags", uint16_t(Local.Flags), getLocalFlagNames()); in visitKnownRecord()