Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h22 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp295 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() { in getSymbolTypeNames() function
H A DSymbolDumper.cpp108 W.printEnum("Kind", unsigned(CVR.Type), getSymbolTypeNames()); in visitSymbolBegin()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp79 auto SymbolNames = getSymbolTypeNames(); in enumeration()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2857 for (const EnumEntry<SymbolKind> &EE : getSymbolTypeNames()) in getSymbolName()