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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h26 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp225 W.printFlags("Flags", uint16_t(FileStatic.Flags), getLocalFlagNames());
548 W.printFlags("Flags", uint16_t(Local.Flags), getLocalFlagNames());
H A DEnumTables.cpp451 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() { function in namespace:llvm::codeview
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp118 auto FlagNames = getLocalFlagNames();

Completed in 75 milliseconds