Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h102 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
105 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp209 void DbiModuleDescriptorBuilder::addDebugSubsection( in addDebugSubsection() function in DbiModuleDescriptorBuilder
215 void DbiModuleDescriptorBuilder::addDebugSubsection( in addDebugSubsection() function in DbiModuleDescriptorBuilder
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp889 file.moduleDBI->addDebugSubsection( in addUnrelocatedSubsection()
995 file.moduleDBI->addDebugSubsection(std::move(newChecksums)); in finish()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp832 ModiBuilder.addDebugSubsection(SS); in yamlToPdb()