Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h121 toCodeViewSubsectionList(BumpPtrAllocator &Allocator,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp184 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
H A DCodeViewYAMLDebugSections.cpp747 llvm::CodeViewYAML::toCodeViewSubsectionList( in toCodeViewSubsectionList() function in llvm::CodeViewYAML
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp829 auto CodeViewSubsections = ExitOnErr(CodeViewYAML::toCodeViewSubsectionList( in yamlToPdb()