Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h58 std::string formatChunkKind(codeview::DebugSubsectionKind Kind,
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp51 std::string llvm::pdb::formatChunkKind(DebugSubsectionKind Kind, in formatChunkKind() function in llvm::pdb
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp421 P.formatMsfStreamData(formatChunkKind(SS.kind()), File, Layout, in dumpModuleC13()
H A DDumpOutputStyle.cpp312 return formatChunkKind(K, false); in formatModuleDetailKind()