Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h22 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h21 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h21 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-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp428 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() { in getSymbolTypeNames() function
DSymbolDumper.cpp107 W.printEnum("Kind", unsigned(CVR.kind()), getSymbolTypeNames()); in visitSymbolBegin()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp439 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() { in getSymbolTypeNames() function
DSymbolDumper.cpp105 W.printEnum("Kind", unsigned(CVR.kind()), getSymbolTypeNames()); in visitSymbolBegin()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp80 auto SymbolNames = getSymbolTypeNames(); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp78 auto SymbolNames = getSymbolTypeNames(); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2931 for (const EnumEntry<SymbolKind> &EE : getSymbolTypeNames()) in getSymbolName()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp3134 for (const EnumEntry<SymbolKind> &EE : getSymbolTypeNames()) in getSymbolName()