Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h21 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp436 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() { in getSymbolTypeNames() function
H A DSymbolDumper.cpp107 W.printEnum("Kind", unsigned(CVR.kind()), getSymbolTypeNames()); in visitSymbolBegin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp78 auto SymbolNames = getSymbolTypeNames(); in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2994 for (const EnumEntry<SymbolKind> &EE : getSymbolTypeNames()) in getSymbolName()