Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h57 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
60 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp179 void DbiModuleDescriptorBuilder::addDebugSubsection( in addDebugSubsection() function in DbiModuleDescriptorBuilder
186 void DbiModuleDescriptorBuilder::addDebugSubsection( in addDebugSubsection() function in DbiModuleDescriptorBuilder
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1202 File.ModuleDBI->addDebugSubsection(SS); in handleDebugS()
1270 File.ModuleDBI->addDebugSubsection(std::move(NewChecksums)); in finish()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp821 ModiBuilder.addDebugSubsection(SS); in yamlToPdb()