Home
last modified time | relevance | path

Searched refs:fromDebugH (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h49 DebugHSection fromDebugH(ArrayRef<uint8_t> DebugH);
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp48 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) { in fromDebugH() function in llvm::CodeViewYAML
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp195 NewYAMLSection.DebugH = CodeViewYAML::fromDebugH(sectionData); in dumpSections()