Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h25 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h27 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp221 W.printFlags("Flags", uint16_t(FileStatic.Flags), getLocalFlagNames()); in visitKnownRecord()
533 W.printFlags("Flags", uint16_t(Local.Flags), getLocalFlagNames()); in visitKnownRecord()
DEnumTables.cpp313 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() { in getLocalFlagNames() function
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp201 W.printFlags("Flags", uint16_t(FileStatic.Header.Flags), getLocalFlagNames()); in visitFileStaticSym()
536 W.printFlags("Flags", uint16_t(Local.Header.Flags), getLocalFlagNames()); in visitLocalSym()
DEnumTables.cpp334 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() { in getLocalFlagNames() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp119 auto FlagNames = getLocalFlagNames(); in bitset()