Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h22 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h22 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp282 W.printEnum("Kind", uint16_t(Kind), getSymbolTypeNames()); in visitDataSym()
556 W.printEnum("Kind", uint16_t(Kind), getSymbolTypeNames()); in visitProcSym()
628 W.printEnum("Kind", uint16_t(Kind), getSymbolTypeNames()); in visitUnknownSymbol()
DEnumTables.cpp323 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() { in getSymbolTypeNames() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp293 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() { in getSymbolTypeNames() function
DSymbolDumper.cpp103 W.printEnum("Kind", unsigned(CVR.Type), getSymbolTypeNames()); in visitSymbolBegin()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp79 auto SymbolNames = getSymbolTypeNames(); in enumeration()