Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h53 std::vector<LeafRecord> fromDebugT(ArrayRef<uint8_t> DebugTorP,
/llvm-project/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp189 NewYAMLSection.DebugT = CodeViewYAML::fromDebugT(sectionData, in dumpSections()
192 NewYAMLSection.DebugP = CodeViewYAML::fromDebugT(sectionData, in dumpSections()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp785 llvm::CodeViewYAML::fromDebugT(ArrayRef<uint8_t> DebugTorP, in fromDebugT() function in llvm::CodeViewYAML