Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h119 toCodeViewSubsectionList(BumpPtrAllocator &Allocator,
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp174 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
H A DCodeViewYAMLDebugSections.cpp747 llvm::CodeViewYAML::toCodeViewSubsectionList( in toCodeViewSubsectionList() function in llvm::CodeViewYAML
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp853 auto CodeViewSubsections = ExitOnErr(CodeViewYAML::toCodeViewSubsectionList( in yamlToPdb()