Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h100 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
103 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp895 file.moduleDBI->addDebugSubsection( in addUnrelocatedSubsection()
1003 file.moduleDBI->addDebugSubsection(std::move(newChecksums)); in finish()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp858 ModiBuilder.addDebugSubsection(SS); in yamlToPdb()