Home
last modified time | relevance | path

Searched refs:formatSymbolKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h62 LLVM_ABI std::string formatSymbolKind(codeview::SymbolKind K);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp104 std::string llvm::pdb::formatSymbolKind(SymbolKind K) { in formatSymbolKind() function in llvm::pdb
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp393 formatSymbolKind(Record.kind()), Record.length()); in visitSymbolBegin()
H A DDumpOutputStyle.cpp316 return formatSymbolKind(K); in formatModuleDetailKind()