Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h33 ArrayRef<EnumEntry<uint16_t>> getExportSymFlagNames();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h35 ArrayRef<EnumEntry<uint16_t>> getExportSymFlagNames();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp345 ArrayRef<EnumEntry<uint16_t>> getExportSymFlagNames() { in getExportSymFlagNames() function
DSymbolDumper.cpp228 W.printFlags("Flags", uint16_t(Export.Flags), getExportSymFlagNames()); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp358 ArrayRef<EnumEntry<uint16_t>> getExportSymFlagNames() { in getExportSymFlagNames() function
DSymbolDumper.cpp208 W.printFlags("Flags", Export.Header.Flags, getExportSymFlagNames()); in visitExportSym()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp103 auto FlagNames = getExportSymFlagNames(); in bitset()