Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypeHashing.h50 DebugHSection fromDebugH(ArrayRef<uint8_t> DebugH);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp49 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) { in fromDebugH() function in llvm::CodeViewYAML
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp180 NewYAMLSection.DebugH = CodeViewYAML::fromDebugH(sectionData); in dumpSections()