Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h26 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp225 W.printFlags("Flags", uint16_t(FileStatic.Flags), getLocalFlagNames()); in visitKnownRecord()
548 W.printFlags("Flags", uint16_t(Local.Flags), getLocalFlagNames()); in visitKnownRecord()
DEnumTables.cpp451 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() { in getLocalFlagNames() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp118 auto FlagNames = getLocalFlagNames(); in bitset()