Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h100 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
103 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp213 void DbiModuleDescriptorBuilder::addDebugSubsection( in addDebugSubsection() function in DbiModuleDescriptorBuilder
219 void DbiModuleDescriptorBuilder::addDebugSubsection( in addDebugSubsection() function in DbiModuleDescriptorBuilder
/llvm-project/lld/COFF/
H A DPDB.cpp897 file.moduleDBI->addDebugSubsection( in addFrameDataSubsection()
1007 file.moduleDBI->addDebugSubsection(std::move(newChecksums)); in warnUnusable()
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp856 ModiBuilder.addDebugSubsection(SS); in yamlToPdb()