Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDCodeViewYAMLDebugSections.h119 toCodeViewSubsectionList(BumpPtrAllocator &Allocator,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFEmitter.cpp174 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
HDCodeViewYAMLDebugSections.cpp747 llvm::CodeViewYAML::toCodeViewSubsectionList( in toCodeViewSubsectionList() function in llvm::CodeViewYAML
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.cpp853 auto CodeViewSubsections = ExitOnErr(CodeViewYAML::toCodeViewSubsectionList( in yamlToPdb()