Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h21 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp458 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() { in getSymbolTypeNames() function
H A DSymbolDumper.cpp105 W.printEnum("Kind", unsigned(CVR.kind()), getSymbolTypeNames()); in visitSymbolBegin()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp81 auto SymbolNames = getSymbolTypeNames(); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp739 W.printEnum("Begin Kind", unsigned(Kind), getSymbolTypeNames()); in visitSymbolBegin()
775 { W.printEnum("End Kind", unsigned(Kind), getSymbolTypeNames()); }); in visitSymbolEnd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3171 for (const EnumEntry<SymbolKind> &EE : getSymbolTypeNames()) in endSymbolRecord()