Home
last modified time | relevance | path

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

/freebsd/contrib/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);
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp892 file.moduleDBI->addDebugSubsection( in addUnrelocatedSubsection()
1001 file.moduleDBI->addDebugSubsection(std::move(newChecksums)); in finish()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp856 ModiBuilder.addDebugSubsection(SS); in yamlToPdb()